Skip to content

Commit

Permalink
Bump sphinx version to 1.3.1 to match Read The Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtback committed May 29, 2015
1 parent 055c6ea commit 67adb11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'sphinx.ext.ifconfig',
'sphinx.ext.intersphinx',
'sphinx.ext.viewcode',
'sphinxcontrib.napoleon',
'sphinx.ext.napoleon',
]

intersphinx_mapping = {
Expand Down
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ def get_version():

extras_require = {
'docs': [
'Sphinx==1.2.1',
# TODO: remove when updating to Sphinx 1.3, since napoleon will be
# included as sphinx.ext.napoleon
'sphinxcontrib-napoleon==0.2.4',
'sphinx_rtd_theme==0.1.7',
'Sphinx==1.3.1',
'sphinx_rtd_theme==0.1.8',
],
'test': [
'nose==1.3.0',
Expand Down

0 comments on commit 67adb11

Please sign in to comment.