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 493f11e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,6 @@ def entire_domain(host):

autoapi_type = "python"
autoapi_dirs = [PACKAGE_SRC]

# Don't include type hints as they give too much issues
autodoc_typehints = "none"

0 comments on commit 493f11e

Please sign in to comment.