Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autodocument type hints #343

Merged
merged 10 commits into from
Aug 17, 2024
Prev Previous commit
update
  • Loading branch information
rusty1s committed Aug 17, 2024
commit 5539f0dc6b486e0a9f160634d45e2a7d905c275c
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@


def setup(app: Sphinx) -> None:
r"""Setup sphinx application."""
# Do not drop type hints in signatures:
del app.events.listeners['autodoc-process-signature']
Loading