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'] ...@@ -189,5 +189,6 @@ epub_exclude_files = ['search.html']
def setup(app): def setup(app):
app.add_config_value('recommonmark_config', { app.add_config_value('recommonmark_config', {
'enable_eval_rst': True, 'enable_eval_rst': True,
'enable_auto_toc_tree': False,
}, True) }, True)
app.add_transform(AutoStructify) 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