Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Disable auto doc ref (deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrzka committed Jan 10, 2018
1 parent 079d232 commit b728d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
def setup(app):
app.add_config_value('recommonmark_config', {
'enable_eval_rst': True,
'enable_auto_doc_ref': True,
'enable_auto_doc_ref': False,
'auto_toc_tree_section': False
}, True)
app.add_transform(AutoStructify)

0 comments on commit b728d0c

Please sign in to comment.