Move sphinx_rtd_theme into the docs requirements #2188

Merged
PeterSurda merged 1 commits from gitea-74 into v0.6 2024-02-29 12:25:49 +01:00
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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'],