bump sphinx version to 1.4.8 and add sphinxcontrib-napoleon to setup.py:docs_require

This commit is contained in:
Scott Sadler 2016-11-24 14:33:59 +01:00
parent 957a548465
commit 8f47ec2796
3 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Sphinx>=1.3.5 Sphinx>=1.4.8
recommonmark>=0.4.0 recommonmark>=0.4.0
sphinx-rtd-theme>=0.1.9 sphinx-rtd-theme>=0.1.9
sphinxcontrib-napoleon>=0.4.4 sphinxcontrib-napoleon>=0.4.4

View File

@ -1,4 +1,4 @@
Sphinx>=1.3.5 Sphinx>=1.4.8
recommonmark>=0.4.0 recommonmark>=0.4.0
sphinx-rtd-theme>=0.1.9 sphinx-rtd-theme>=0.1.9
sphinxcontrib-napoleon>=0.4.4 sphinxcontrib-napoleon>=0.4.4

View File

@ -45,10 +45,11 @@ dev_require = [
] ]
docs_require = [ docs_require = [
'Sphinx>=1.3.5', 'Sphinx>=1.4.8',
'recommonmark>=0.4.0', 'recommonmark>=0.4.0',
'sphinx-rtd-theme>=0.1.9', 'sphinx-rtd-theme>=0.1.9',
'sphinxcontrib-httpdomain>=1.5.0', 'sphinxcontrib-httpdomain>=1.5.0',
'sphinxcontrib-napoleon>=0.4.4',
] ]
benchmarks_require = [ benchmarks_require = [