Skip to content

Commit

Permalink
docs: short type hints and version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sachahu1 committed Aug 7, 2024
1 parent 22c9b8d commit 5da9b6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
autodoc_typehints = "description"
autodoc_typehints_description_target = "documented"
simplify_optional_unions = False
autodoc_typehints_format = 'short'
python_use_unqualified_type_names = True


# -- Options for viewCode extension -------------------------------------------
viewcode_line_numbers = True
Expand Down Expand Up @@ -165,7 +168,7 @@
versions.append(("latest", "https://www.sachahu.com/docs/diffusion-model-framework/latest"))

html_context = {
"current_version": "0.0.1",
"current_version": release,
"versions": versions,
}

Expand Down

0 comments on commit 5da9b6e

Please sign in to comment.