From 5e4af2a8b3473ac2e28091ddc926342b54273391 Mon Sep 17 00:00:00 2001 From: Harry Mellor <19981378+hmellor@users.noreply.github.com> Date: Thu, 8 May 2025 12:15:04 +0200 Subject: [PATCH] Fix transient dependency error in docs build Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> --- requirements/docs.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements/docs.txt b/requirements/docs.txt index ccc5ef0aa978..9c267edaceaf 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -6,6 +6,7 @@ sphinx-design==0.6.1 sphinx-togglebutton==0.3.2 myst-parser==3.0.1 # `myst-parser==4.0.1` breaks inline code in titles msgspec +snowballstemmer<3 # https://github.com/snowballstem/snowball/issues/229 commonmark # Required by sphinx-argparse when using :markdownhelp: # Custom autodoc2 is necessary for faster docstring processing