From 6ce80f7071b009badaa2c473e96ec55a134790d2 Mon Sep 17 00:00:00 2001 From: Harry Mellor <19981378+hmellor@users.noreply.github.com> Date: Fri, 20 Feb 2026 15:38:11 +0000 Subject: [PATCH] Ensure that MkDocs v2 does not get installed (#34958) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> --- requirements/docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index 0997b52d2..952e7c09b 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,4 +1,4 @@ -mkdocs +mkdocs<2.0.0 mkdocs-api-autonav mkdocs-material mkdocstrings-python