diff --git a/docs/conf.py b/docs/conf.py index e74c8ec00..5efbc51dd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,6 +41,7 @@ extensions = [ "sphinx.ext.doctest", "sphinx.ext.autodoc", "sphinx.ext.githubpages", + "sphinx.ext.viewcode", "myst_parser", "furo.gen_tutorials", "sphinx_gallery.gen_gallery",