Skip to content

Commit

Permalink
Fix changes from sphinx 1.3 to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acba committed Feb 9, 2015

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2be0a9c commit 24a3beb
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode',
'sphinx.ext.napoleon', 'sphinx.ext.mathjax']
'sphinxcontrib.napoleon', 'sphinx.ext.mathjax']


# Napoleon settings
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
numpy==1.9.1
deap==1.0.1
optunity==1.0.1
sphinx_rtd_theme==0.1.6
sphinx_rtd_theme==0.1.6
sphinxcontrib-napoleon==0.2.9

0 comments on commit 24a3beb

Please sign in to comment.