"vscode:/vscode.git/clone" did not exist on "a9031464271a961b4b23d9cbf0e5d944dc8a78bf"
Unverified Commit 331405be authored by Yan Ni's avatar Yan Ni Committed by GitHub
Browse files

quick fix for disable auto_toc_tree (#799)

parent e7c519c0
......@@ -189,5 +189,6 @@ epub_exclude_files = ['search.html']
def setup(app):
app.add_config_value('recommonmark_config', {
'enable_eval_rst': True,
'enable_auto_toc_tree': False,
}, True)
app.add_transform(AutoStructify)
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment