mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
bump sphinx version to 1.4.8 and add sphinxcontrib-napoleon to setup.py:docs_require
This commit is contained in:
parent
957a548465
commit
8f47ec2796
@ -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
|
||||||
|
@ -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
|
||||||
|
3
setup.py
3
setup.py
@ -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 = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user