diff --git a/conf.py b/conf.py index bb4a76e..b6b28a3 100644 --- a/conf.py +++ b/conf.py @@ -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)