We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
show_symbol_type_toc
mkdocstrings-python
2 parents efbf767 + 3b19352 commit 2eae2c4Copy full SHA for 2eae2c4
mkdocs.yml
@@ -114,6 +114,7 @@ plugins:
114
show_root_members_full_path: true
115
show_signature_annotations: true
116
show_source: true
117
+ show_symbol_type_toc: true
118
signature_crossrefs: true
119
import:
120
- https://docs.python.org/3/objects.inv
pyproject.toml
@@ -63,7 +63,8 @@ dev-mkdocs = [
63
"mkdocs-literate-nav == 0.6.1",
64
"mkdocs-macros-plugin == 1.0.5",
65
"mkdocs-material == 9.5.20",
66
- "mkdocstrings[python] == 0.25.0",
+ "mkdocstrings[python] == 0.25.1",
67
+ "mkdocstrings-python == 1.9.2",
68
"frequenz-repo-config[lib] == 0.9.2",
69
]
70
dev-mypy = [
0 commit comments