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:
Dmitri Bogomolov 2021-11-20 22:39:48 +02:00
parent 57ca3b1cf0
commit 44144f3023
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
m2r
sphinxcontrib-apidoc
docutils<=0.17.1

View File

@ -13,7 +13,7 @@ from src.version import softwareVersion
EXTRAS_REQUIRE = {
'docs': ['sphinx', 'sphinxcontrib-apidoc', 'm2r'],
'docs': ['sphinx', 'sphinx_rtd_theme'],
'gir': ['pygobject'],
'json': ['jsonrpclib'],
'notify2': ['notify2'],