summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9b12d35..162d3ad 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -150,11 +150,13 @@ detached = true
dependencies = [
"mkdocs-material==9.1.9", #
"mkdocs-redirects==1.2.0",
+ # https://github.com/jimporter/mike/issues/130
+ "mike @ https://github.com/jimporter/mike/archive/300593c338b18f61f604d18457c351e166318020.zip",
]
[tool.hatch.envs.docs.scripts]
build = "mkdocs build --clean --strict"
-serve = "mkdocs serve"
+serve = "mike serve"
# Tool config ##########################################################################################################