Skip to content

Commit f71f8cd

Browse files
Fix docs build: bump mkdocstrings to v1, add mkdocstrings-python handler
1 parent bcca60c commit f71f8cd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ mkautodoc = "^0.2.0"
4141
[tool.poetry.group.docs.dependencies]
4242
mkdocs = "^1.4.2"
4343
mkdocs-material = "^9.2.7"
44-
mkdocstrings = "^0.23.0"
44+
mkdocstrings = "^1.0.0"
4545
sphinx = "^7.2.6"
4646
sphinx-autobuild = "^2021.3.14"
4747
recommonmark = "^0.7.1"
48+
mkdocstrings-python = "^2.0.1"
4849

4950
[tool.bumpversion]
5051
current_version = "0.7.0"

0 commit comments

Comments
 (0)