We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 777fcef + c966cfa commit 9a27832Copy full SHA for 9a27832
1 file changed
pyproject.toml
@@ -110,7 +110,7 @@ remote-tests = [
110
docs = [
111
# Doc building
112
"mkdocs-material[imaging]>=9.6.14",
113
- "mkdocs>=1.6.1",
+ "mkdocs>=1.6.1,<2",
114
"mkdocstrings>=0.29.1",
115
"mkdocstrings-python>=1.16.10",
116
"mike>=2.1.3",
@@ -255,6 +255,10 @@ installer = "uv"
255
features = ['remote']
256
dependency-groups = ['docs']
257
258
+[tool.hatch.envs.docs.env-vars]
259
+DISABLE_MKDOCS_2_WARNING = "true"
260
+NO_MKDOCS_2_WARNING = "true"
261
+
262
[tool.hatch.envs.docs.scripts]
263
serve = "mkdocs serve --watch src"
264
build = "mkdocs build"
0 commit comments