docs: add mkdocs-redirects

This commit is contained in:
Travis Abendshien
2025-09-28 12:45:53 -07:00
parent eb818ed7db
commit 640a792d37
2 changed files with 16 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ dependencies = [
[project.optional-dependencies]
dev = ["tagstudio[mkdocs,mypy,pre-commit,pyinstaller,pytest,ruff]"]
mkdocs = ["mkdocs-material[imaging]>=9.6.14"]
mkdocs = ["mkdocs-material[imaging]>=9.6.14", "mkdocs-redirects~=1.2"]
mypy = ["mypy==1.15.0", "mypy-extensions==1.*", "types-ujson~=5.10"]
pre-commit = ["pre-commit~=4.2"]
pyinstaller = ["Pyinstaller~=6.13"]