Skip to content

Commit abdeba5

Browse files
committed
Restrict mkdocstrings-python version to <2.0
1 parent 30c6591 commit abdeba5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ docs = [
6262
"mkdocs >= 1.6.1",
6363
"mkdocs-material >= 9.6.18",
6464
"mkdocstrings >= 0.30.0",
65-
"mkdocstrings-python >= 1.17.0",
65+
"mkdocstrings-python >= 1.17.0, <2.0",
6666
"mkdocs-exclude >= 1.0.2",
6767
"mike >= 2.1.3",
6868
"pymdown-extensions >= 10.16.1",

0 commit comments

Comments
 (0)