Move sphinx_rtd_theme into the docs requirements
This commit is contained in:
parent
c734ac7b5f
commit
13e6116d8e
|
@ -1,6 +1,5 @@
|
||||||
mistune<=0.8.4
|
mistune<=0.8.4
|
||||||
m2r<=0.2.1
|
m2r<=0.2.1
|
||||||
|
sphinx_rtd_theme
|
||||||
sphinxcontrib-apidoc
|
sphinxcontrib-apidoc
|
||||||
docutils<=0.17.1
|
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', 'sphinx_rtd_theme'],
|
'docs': ['sphinx'],
|
||||||
'gir': ['pygobject'],
|
'gir': ['pygobject'],
|
||||||
'json': ['jsonrpclib'],
|
'json': ['jsonrpclib'],
|
||||||
'notify2': ['notify2'],
|
'notify2': ['notify2'],
|
||||||
|
|
Reference in New Issue
Block a user