We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0235a commit 5c116b2Copy full SHA for 5c116b2
1 file changed
requirements/docs.txt
@@ -11,3 +11,6 @@ sphinx-autobuild
11
sphinx-click
12
sphinx-togglebutton
13
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