Skip to content

Commit

Permalink
Set autodoc_typehints to description
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Nov 15, 2023
1 parent cc6c461 commit 5c5864c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
# Autosummary pages will be generated by sphinx-autogen instead of sphinx-build
autosummary_generate = []

# Autodoc
autodoc_typehints = "description"

# Auto-generate header anchors with MyST parser
myst_heading_anchors = 4
# Allow code fences using colons
Expand Down

0 comments on commit 5c5864c

Please sign in to comment.