From 4b7168ffcff3bb7cea0b74e2ebcb85d71c174c50 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 23 Sep 2021 11:57:21 +0200 Subject: 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 --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.2.3