forked from NYANDEV/forgejo
Docs: renderers rst: rst2html.py -> pandoc (#15659)
This commit is contained in:
parent
2e85165349
commit
a6bfe59b4b
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ IS_INPUT_FILE = true
|
|||
[markup.restructuredtext]
|
||||
ENABLED = true
|
||||
FILE_EXTENSIONS = .rst
|
||||
RENDER_COMMAND = rst2html.py
|
||||
RENDER_COMMAND = "timeout 30s pandoc +RTS -M512M -RTS -f rst"
|
||||
IS_INPUT_FILE = false
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue