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.
1 parent 6fb4452 commit a96006fCopy full SHA for a96006f
mkdocs.yml
@@ -120,6 +120,7 @@ plugins:
120
show_signature_annotations: true
121
show_source: true
122
show_symbol_type_toc: true
123
+ show_symbol_type_toc: true
124
signature_crossrefs: true
125
import:
126
# See https://mkdocstrings.github.io/python/usage/#import for details
pyproject.toml
@@ -57,6 +57,7 @@ dev-mkdocs = [
57
"mkdocs-macros-plugin == 1.0.5",
58
"mkdocs-material == 9.5.20",
59
"mkdocstrings[python] == 0.25.0",
60
+ "mkdocstrings-python == 1.9.2",
61
"pymdownx-superfence-filter-lines == 0.1.0",
62
]
63
dev-mypy = [
0 commit comments