summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-09-23 11:57:21 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-09-23 11:57:21 +0200
commit4b7168ffcff3bb7cea0b74e2ebcb85d71c174c50 (patch)
tree5fb191a433a4107feb60b54e5890b39a4895a2d8
parent3bbc4cedd3d63e8dfb3f150b7c420a5d56254b33 (diff)
docs/conf.py: use sphinx.ext.autodoc
Upstreamed patch from Gentoo Linux If we are using plugins we also need autodoc Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 1dab35f..11790c9 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -39,6 +39,7 @@ release = '0.19.7'
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
+ 'sphinx.ext.autodoc',
]
# Add any paths that contain templates here, relative to this directory.