Skip to content

Commit dab87ee

Browse files
authored
Merge pull request #160 from roboflow/fix/mkdocs
resolve docs build / pin `mkdocstrings-python<2.0.0`
2 parents 77bf71b + 0dd757e commit dab87ee

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
@@ -106,7 +106,7 @@ docs = [
106106
"mkdocs-jupyter>=0.25.1",
107107
"mkdocs-material>=9.6.11",
108108
"mkdocs-minify-plugin>=0.8.0",
109-
"mkdocstrings>=0.29.1",
109+
"mkdocstrings-python>=1.10.9, <2.0.0", # todo: breaking changes in 2.x
110110
"mkdocstrings-python>=1.16.10",
111111
"mike>=2.1.3",
112112
]

0 commit comments

Comments
 (0)