Skip to content

Commit 6982d9e

Browse files
Fix test documentation website generation
The CI job for testing the documentation website generation is failing because of error: No module named 'griffe.collections'. Updating the version of the mkdocstrings-python package fixes this issue. Signed-off-by: Daniel Zullo <[email protected]>
1 parent 362df15 commit 6982d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dev-mkdocs = [
6767
"mkdocs-macros-plugin == 1.0.5",
6868
"mkdocs-material == 9.5.30",
6969
"mkdocstrings[python] == 0.25.2",
70-
"mkdocstrings-python == 1.9.2",
70+
"mkdocstrings-python == 1.10.8",
7171
"frequenz-repo-config[lib] == 0.10.0",
7272
]
7373
dev-mypy = [

0 commit comments

Comments
 (0)