Skip to content

Commit d940b22

Browse files
authored
Merge pull request #20 from baluyotraf/fix/mkdocsstrings-version
fix: upgrade mkdocstrings version due to bug
2 parents 173f1b2 + 009bfef commit d940b22

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
@@ -36,7 +36,7 @@ optional = true
3636
[tool.poetry.group.docs.dependencies]
3737
mike = "^2.0.0"
3838
mkdocs = "^1.5.3"
39-
mkdocstrings = { version="^0.24.1", extras = ["python"] }
39+
mkdocstrings = { version="^0.26.1", extras = ["python"] }
4040
mkdocs-include-markdown-plugin = "^6.0.4"
4141
mkdocs-material = { version = "^9.5.14", extras = ["imaging"] }
4242

0 commit comments

Comments
 (0)