Skip to content

Commit 67adb11

Browse files
committed
Bump sphinx version to 1.3.1 to match Read The Docs.
1 parent 055c6ea commit 67adb11

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
'sphinx.ext.ifconfig',
1414
'sphinx.ext.intersphinx',
1515
'sphinx.ext.viewcode',
16-
'sphinxcontrib.napoleon',
16+
'sphinx.ext.napoleon',
1717
]
1818

1919
intersphinx_mapping = {

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,8 @@ def get_version():
2525

2626
extras_require = {
2727
'docs': [
28-
'Sphinx==1.2.1',
29-
# TODO: remove when updating to Sphinx 1.3, since napoleon will be
30-
# included as sphinx.ext.napoleon
31-
'sphinxcontrib-napoleon==0.2.4',
32-
'sphinx_rtd_theme==0.1.7',
28+
'Sphinx==1.3.1',
29+
'sphinx_rtd_theme==0.1.8',
3330
],
3431
'test': [
3532
'nose==1.3.0',

0 commit comments

Comments
 (0)