Make Python docs package reqs consistent between setup.py & requirements.txt

This commit is contained in:
troymc 2016-07-14 11:44:28 +02:00
parent 9c17a6df84
commit 7c9efbf321
2 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,5 @@
Sphinx==1.3.5 Sphinx>=1.3.5
sphinxcontrib-napoleon==0.4.4 recommonmark>=0.4.0
sphinx-rtd-theme>=0.1.9 sphinx-rtd-theme>=0.1.9
recommonmark sphinxcontrib-napoleon>=0.4.4
sphinxcontrib-httpdomain==1.5.0 sphinxcontrib-httpdomain>=1.5.0

View File

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