We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d11288e commit dabbb6eCopy full SHA for dabbb6e
1 file changed
pyproject.toml
@@ -24,10 +24,10 @@ dependencies = [
24
25
[project.optional-dependencies]
26
docs = [
27
- "mkdocs>=1.5.0",
28
- "mkdocs-material>=9.5.0",
29
- "mkdocstrings[python]>=0.24.0",
30
- "mkdocs-autorefs>=1.0.0",
+ "mkdocs>=1.5.0,<2.0",
+ "mkdocs-material>=9.5.0,<10.0",
+ "mkdocstrings[python]>=0.24.0,<1.0",
+ "mkdocs-autorefs>=1.0.0,<2.0",
31
"pymdown-extensions>=10.0",
32
]
33
0 commit comments