1
0
Fork 0

Fix problem displaying images in RST preview

This commit is contained in:
Brecht Van Lommel 2023-05-25 12:59:48 +02:00
commit 624cd22f38
2 changed files with 4 additions and 1 deletions

View file

@ -16,7 +16,7 @@ Add to Gitea app.ini.
[markup.restructuredtext]
ENABLED = true
FILE_EXTENSIONS = .rst
RENDER_COMMAND = timeout 30s sudo -u sphinx ./custom/sphinx/venv/bin/python3 ./custom/sphinx/sphinx_to_html.py
RENDER_COMMAND = timeout 30s sudo --preserve-env=GITEA_PREFIX_SRC -u sphinx ./custom/sphinx/venv/bin/python3 ./custom/sphinx/sphinx_to_html.py
[markup.sanitizer.restructuredtext]
ELEMENT = div