Skip to content

Commit

Permalink
Bump mkdocstrings dependencies
Browse files Browse the repository at this point in the history
This is to avoid an issue with some outdated `griffe` imports.

While upgrading the dependency we need to remove the `custom_templates`
option that we don't use, as it was previously ignored but now the
plugin checks if the directory exists and fails if it doesn't.

Signed-off-by: Leandro Lucarella <[email protected]>
  • Loading branch information
llucax committed Sep 10, 2024
1 parent 66d3677 commit 714f2b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ plugins:
- mike:
canonical_version: latest
- mkdocstrings:
custom_templates: templates
default_handler: python
handlers:
python:
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ dev-mkdocs = [
"mkdocs-gen-files == 0.5.0",
"mkdocs-literate-nav == 0.6.1",
"mkdocs-material == 9.5.20",
"mkdocstrings[python] == 0.23.0",
"mkdocstrings[python] == 0.26.1",
"mkdocstrings-python == 1.11.1",
"frequenz-repo-config[api] == 0.9.1",
]
dev-mypy = [
Expand Down

0 comments on commit 714f2b6

Please sign in to comment.