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 0473831 commit f5a762c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@
# app setup hook
def setup(app):
app.add_config_value('recommonmark_config', {
'auto_toc_tree_section': 'Contents',
'enable_auto_doc_ref': True,
'auto_toc_tree_section': 'Contents'
}, True)
app.add_transform(AutoStructify)

0 comments on commit f5a762c

Please sign in to comment.