Fix building of the docs #1886

Merged
g1itch merged 4 commits from doc-fix into v0.6 2021-11-23 19:59:55 +01:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 44144f3023 - Show all commits

View File

@ -1,2 +1,3 @@
m2r
sphinxcontrib-apidoc
docutils<=0.17.1
g1itch commented 2021-11-22 16:22:06 +01:00 (Migrated from github.com)
Review

Hmm, it seems that actually this hunk fixes the RTD build, not only my local test with tox.

Hmm, it seems that actually this hunk fixes the RTD build, not only my local test with tox.

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