Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrakenhoff committed Sep 26, 2024
1 parent 171ba1a commit c935243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@

# -- Autodoc, autosummary, and autosectionlabel settings ------------------------------

autodoc_typehints = 'description'
autodoc_typehints_format = "short"
# autosummary_generate = True
# autoclass_content = "class"
autosectionlabel_prefix_document = True

# -- AutoAPI settings -----------------------------------------------------------------
autoapi_dirs = ['../timml']
autoapi_root = '05api'
autodoc_typehints = 'description'
autodoc_typehints_format = "short"

# -- Numpydoc settings ----------------------------------------------------------------

Expand Down

0 comments on commit c935243

Please sign in to comment.