summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 391d2e7..9b12d35 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -148,7 +148,8 @@ Documentation environment. Run docs build and serve commands.
"""
detached = true
dependencies = [
- "mkdocs==1.4.2", #
+ "mkdocs-material==9.1.9", #
+ "mkdocs-redirects==1.2.0",
]
[tool.hatch.envs.docs.scripts]