Skip to content

Commit b9546b9

Browse files
authored
Update docs dependencies (#437)
1 parent a24e5ab commit b9546b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ plugins:
8686
docstring_style: google
8787
show_symbol_type_heading: true
8888
show_symbol_type_toc: true
89-
import:
89+
inventories:
9090
- https://docs.python.org/3/objects.inv
9191
- https://aquarium.virtualbrainlab.org/objects.inv
9292
nav:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ installer = "uv"
7676
python = "3.13"
7777
skip-install = true
7878
dependencies = [
79-
"mkdocs-material==9.6.3",
80-
"mkdocstrings-python==1.14.6",
79+
"mkdocs-material==9.6.5",
80+
"mkdocstrings-python==1.16.1",
8181
"mkdocs-gen-files==0.5.0",
8282
"mkdocs-literate-nav==0.6.1",
8383
"mkdocs-section-index==0.3.9"

0 commit comments

Comments
 (0)