Try removing deprecated option even set to false
This commit is contained in:
parent
9e2fc60cb7
commit
ef376e3dcd
1 changed files with 0 additions and 1 deletions
1
conf.py
1
conf.py
|
@ -215,6 +215,5 @@ def setup(app):
|
||||||
'enable_auto_toc_tree': True,
|
'enable_auto_toc_tree': True,
|
||||||
'auto_toc_tree_section': 'Contents',
|
'auto_toc_tree_section': 'Contents',
|
||||||
'enable_eval_rst': True,
|
'enable_eval_rst': True,
|
||||||
'enable_auto_doc_ref': False,
|
|
||||||
}, True)
|
}, True)
|
||||||
app.add_transform(AutoStructify)
|
app.add_transform(AutoStructify)
|
||||||
|
|
Loading…
Reference in a new issue