From eed4331f0f2d0c3ed5fae70cfa1701aa5f05cc29 Mon Sep 17 00:00:00 2001 From: Linlang <30293408+SunsetWolf@users.noreply.github.com> Date: Thu, 8 May 2025 20:35:13 +0800 Subject: [PATCH] fix: fixed CI execution failures caused by document builds (#857) * fixed CI execution failures caused by document builds * add comments --- requirements/docs.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements/docs.txt b/requirements/docs.txt index 8092dd68..a6a121e7 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -11,3 +11,6 @@ sphinx-autobuild sphinx-click sphinx-togglebutton sphinx_rtd_theme +# snowballstemmer, a dependency of sphinx, was released on 2025-05-08 with version 3.0.0, +# which causes errors in the build process. So we've limited the version for now. +snowballstemmer<3.0