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

Commit

Permalink
Attempt to force Sphinx 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zrzka committed Jan 10, 2018
1 parent b728d0c commit a38f88b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinx==1.5.6
recommonmark
sphinx_rtd_theme
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': False,
'enable_auto_doc_ref': True,
'auto_toc_tree_section': False
}, True)
app.add_transform(AutoStructify)

0 comments on commit a38f88b

Please sign in to comment.