We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055c6ea commit 67adb11Copy full SHA for 67adb11
docs/conf.py
@@ -13,7 +13,7 @@
13
'sphinx.ext.ifconfig',
14
'sphinx.ext.intersphinx',
15
'sphinx.ext.viewcode',
16
- 'sphinxcontrib.napoleon',
+ 'sphinx.ext.napoleon',
17
]
18
19
intersphinx_mapping = {
setup.py
@@ -25,11 +25,8 @@ def get_version():
25
26
extras_require = {
27
'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',
+ 'Sphinx==1.3.1',
+ 'sphinx_rtd_theme==0.1.8',
33
],
34
'test': [
35
'nose==1.3.0',
0 commit comments