We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70af51 commit ea92179Copy full SHA for ea92179
1 file changed
pyproject.toml
@@ -38,7 +38,10 @@ build = [
38
]
39
docs = [
40
"mkdocs",
41
- "mkdocstrings[python]",
+ # 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",
45
"mkdocs-click",
46
"mkdocs-material",
47
"mkdocs-macros-plugin"
0 commit comments