Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Feb 13, 2019
1 parent f5a762c commit 80b03d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
# app setup hook
def setup(app):
app.add_config_value('recommonmark_config', {
'auto_toc_tree_section': 'Contents'
'auto_toc_tree_section': 'Contents',
'enable_auto_doc_ref': False
}, True)
app.add_transform(AutoStructify)

0 comments on commit 80b03d5

Please sign in to comment.