Merge pull request #863 from bigchaindb/bump-sphinx-for-readthedocs

bump sphinx version to 1.4.8 and add sphinxcontrib-napoleon to setup.…
This commit is contained in:
Troy McConaghy 2016-11-24 14:35:01 +01:00 committed by GitHub
commit 3e8f4b40e9
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 = [