Skip to content

Commit 72e9768

Browse files
authored
fix: install older sphinx to support sphinx-rtd-theme
Sphinx 8 is not yet supported, so we need to downgrade sphinx.
1 parent 11aa30b commit 72e9768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pytz==2024.2
1212
requests==2.32.3
1313
six==1.16.0
1414
snowballstemmer==2.2.0
15-
Sphinx==8.0.2
15+
Sphinx==7.4.7
1616
sphinx-rtd-theme==2.0.0
1717
sphinxcontrib-phpdomain==0.12.0
1818
urllib3==2.2.3

0 commit comments

Comments
 (0)