We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306548b commit c7f1e6dCopy full SHA for c7f1e6d
1 file changed
docs_generate/conf.py
@@ -29,6 +29,8 @@
29
extensions = [
30
"sphinx.ext.autodoc",
31
"sphinx_autodoc_typehints",
32
+ # https://www.sphinx-doc.org/en/master/usage/extensions/viewcode.html
33
+ "sphinx.ext.viewcode",
34
]
35
36
# autodoc_typehints options https://github.com/agronholm/sphinx-autodoc-typehints#options
0 commit comments