Move sphinx_rtd_theme into the docs requirements

This commit is contained in:
Lee Miller 2024-02-28 18:05:05 +02:00
parent c734ac7b5f
commit 13e6116d8e
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
mistune<=0.8.4
m2r<=0.2.1
sphinx_rtd_theme
sphinxcontrib-apidoc
docutils<=0.17.1

View File

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