Skip to content

Commit

Permalink
Don't include type annotations in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord committed Nov 26, 2022
1 parent e2baceb commit cffc822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"sphinx.ext.intersphinx",
"sphinx.ext.napoleon",
"sphinx.ext.viewcode",

"autoapi.extension",
"sphinx_autodoc_typehints",
"sphinx_copybutton",
Expand Down Expand Up @@ -184,3 +183,4 @@ def entire_domain(host):

autoapi_type = "python"
autoapi_dirs = [PACKAGE_SRC]
autodoc_typehints

0 comments on commit cffc822

Please sign in to comment.