Allow users to view source code of referenced objects on the website (#497)

This commit is contained in:
Mark Towers
2023-05-10 11:03:41 +01:00
committed by GitHub
parent 4ceb968acd
commit c4f67b9fd9

View File

@@ -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",