From b9a982811898d037d7ab20893556d52247a5d967 Mon Sep 17 00:00:00 2001 From: Corentin Vannier Date: Tue, 27 Feb 2024 14:37:25 +0100 Subject: [PATCH] feat: Add mkdocs-redirects to requirements --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index bbe666a..efdbcf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ dependencies = [ "mkdocstrings-python ~= 1.7.0", "mkdocs-gen-files ~= 0.5.0", "mkdocs-literate-nav ~= 0.6.0", + "mkdocs-redirects ~= 1.2.1", ] [project.urls]