Skip to content

Commit

Permalink
prevent extra large ASGI signature
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Mar 16, 2022
1 parent 9b173e0 commit 6f656a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
autodoc_typehints = "signature"
autodoc_typehints_format = "short"
autoclass_content = "both"
autodoc_type_aliases = {"ASGIApp": "ASGIApp"}

# -- Intersphinx -------------------------------------------------------------

Expand Down

0 comments on commit 6f656a9

Please sign in to comment.