We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e85165 commit a6bfe59Copy full SHA for a6bfe59
docs/content/doc/advanced/external-renderers.en-us.md
@@ -70,7 +70,7 @@ IS_INPUT_FILE = true
70
[markup.restructuredtext]
71
ENABLED = true
72
FILE_EXTENSIONS = .rst
73
-RENDER_COMMAND = rst2html.py
+RENDER_COMMAND = "timeout 30s pandoc +RTS -M512M -RTS -f rst"
74
IS_INPUT_FILE = false
75
```
76
0 commit comments