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 a24e5ab commit b9546b9Copy full SHA for b9546b9
mkdocs.yml
@@ -86,7 +86,7 @@ plugins:
86
docstring_style: google
87
show_symbol_type_heading: true
88
show_symbol_type_toc: true
89
- import:
+ inventories:
90
- https://docs.python.org/3/objects.inv
91
- https://aquarium.virtualbrainlab.org/objects.inv
92
nav:
pyproject.toml
@@ -76,8 +76,8 @@ installer = "uv"
76
python = "3.13"
77
skip-install = true
78
dependencies = [
79
- "mkdocs-material==9.6.3",
80
- "mkdocstrings-python==1.14.6",
+ "mkdocs-material==9.6.5",
+ "mkdocstrings-python==1.16.1",
81
"mkdocs-gen-files==0.5.0",
82
"mkdocs-literate-nav==0.6.1",
83
"mkdocs-section-index==0.3.9"
0 commit comments