From e4ca6e3a99816920df80a1e0a72cd3658d9d134b Mon Sep 17 00:00:00 2001 From: Harry Mellor <19981378+hmellor@users.noreply.github.com> Date: Thu, 8 May 2025 11:42:03 +0100 Subject: [PATCH] Fix transient dependency error in docs build (#17848) 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 ccc5ef0aa9785..9c267edaceaf1 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