Skip to content

Commit 5c116b2

Browse files
authored
fix: fixed CI execution failures caused by document builds (#857)
* fixed CI execution failures caused by document builds * add comments
1 parent 6e0235a commit 5c116b2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

requirements/docs.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ sphinx-autobuild
1111
sphinx-click
1212
sphinx-togglebutton
1313
sphinx_rtd_theme
14+
# snowballstemmer, a dependency of sphinx, was released on 2025-05-08 with version 3.0.0,
15+
# which causes errors in the build process. So we've limited the version for now.
16+
snowballstemmer<3.0

0 commit comments

Comments
 (0)