Skip to content

Commit cffc822

Browse files
committed
Don't include type annotations in the documentation
1 parent e2baceb commit cffc822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"sphinx.ext.intersphinx",
3737
"sphinx.ext.napoleon",
3838
"sphinx.ext.viewcode",
39-
4039
"autoapi.extension",
4140
"sphinx_autodoc_typehints",
4241
"sphinx_copybutton",
@@ -184,3 +183,4 @@ def entire_domain(host):
184183

185184
autoapi_type = "python"
186185
autoapi_dirs = [PACKAGE_SRC]
186+
autodoc_typehints

0 commit comments

Comments
 (0)