[doc] Add a doc coverage report

So we know how bad things are
This commit is contained in:
Simon Cozens 2020-05-03 21:06:23 +01:00
parent f30e41b863
commit 7b894956d5

View File

@ -30,7 +30,7 @@ needs_sphinx = "1.3"
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode", "sphinx.ext.napoleon"]
extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode", "sphinx.ext.napoleon", "sphinx.ext.coverage"]
autodoc_mock_imports = ["gtk"]