Skip to content

Commit ea92179

Browse files
Pin mkdocstrings to speed up build until upstream fixes are merged in, (#13)
* pin mkdocstrings for performance. * pin mkdocstrings for now.
1 parent b70af51 commit ea92179

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ build = [
3838
]
3939
docs = [
4040
"mkdocs",
41-
"mkdocstrings[python]",
41+
# 0.29 mkdocstrings is slow right now. See
42+
# https://github.com/mkdocstrings/mkdocstrings/issues/756
43+
# https://github.com/mkdocstrings/mkdocstrings/discussions/743
44+
"mkdocstrings[python] == 0.28.3",
4245
"mkdocs-click",
4346
"mkdocs-material",
4447
"mkdocs-macros-plugin"

0 commit comments

Comments
 (0)