mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Make Python docs package reqs consistent between setup.py & requirements.txt
This commit is contained in:
parent
9c17a6df84
commit
7c9efbf321
@ -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
|
||||||
|
5
setup.py
5
setup.py
@ -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 = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user