Try removing deprecated option even set to false

This commit is contained in:
benjamin melançon 2020-03-23 13:19:54 -04:00
parent 9e2fc60cb7
commit ef376e3dcd

View file

@ -215,6 +215,5 @@ def setup(app):
'enable_auto_toc_tree': True,
'auto_toc_tree_section': 'Contents',
'enable_eval_rst': True,
'enable_auto_doc_ref': False,
}, True)
app.add_transform(AutoStructify)