Docs: renderers rst: rst2html.py -> pandoc (#15659)

This commit is contained in:
6543
2021-04-30 08:50:55 +02:00
committed by GitHub
parent e841c7abe6
commit 0955d44a33

View File

@@ -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
```