Adjust docs dependencies:
- leave sphinx and sphinx_rtd_theme in the extra and move the rest to docs/requirements.txt, which is used by RTD - docutils-0.18 caused a build failure
This commit is contained in:
parent
57ca3b1cf0
commit
44144f3023
|
@ -1,2 +1,3 @@
|
||||||
m2r
|
m2r
|
||||||
sphinxcontrib-apidoc
|
sphinxcontrib-apidoc
|
||||||
|
docutils<=0.17.1
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -13,7 +13,7 @@ from src.version import softwareVersion
|
||||||
|
|
||||||
|
|
||||||
EXTRAS_REQUIRE = {
|
EXTRAS_REQUIRE = {
|
||||||
'docs': ['sphinx', 'sphinxcontrib-apidoc', 'm2r'],
|
'docs': ['sphinx', 'sphinx_rtd_theme'],
|
||||||
'gir': ['pygobject'],
|
'gir': ['pygobject'],
|
||||||
'json': ['jsonrpclib'],
|
'json': ['jsonrpclib'],
|
||||||
'notify2': ['notify2'],
|
'notify2': ['notify2'],
|
||||||
|
|
Reference in New Issue
Block a user