Skip to content

Commit 028e45b

Browse files
authored
Upgrade dependencies in requirements.txt
Updated Sphinx and related packages to latest versions.
1 parent 46b9dac commit 028e45b

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

docs/requirements.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
# Defining the exact version will make sure things don't break
2-
sphinx==6.1.0
3-
pydata_sphinx_theme
4-
readthedocs-sphinx-search==0.3.2
5-
sphinx-copybutton==0.5.1
1+
# Updated to use latest compatible versions as of December 2025.
2+
sphinx==9.0.4
3+
pydata-sphinx-theme
4+
readthedocs-sphinx-search
5+
sphinx-copybutton
66
sphinx-hoverxref
77
sphinx-remove-toctrees
88
## for pygment coloring of code snippets using ipython syntax
99
ipython
1010
pygments-lexer-pseudocode
11-
# Dependency of Sphinx, the 3.0 release breaks it (currently)
12-
snowballstemmer<3
1311

1412
--extra-index-url https://pypi.cs.uni-tuebingen.de/simple/
15-
pyopenms
13+
pyopenms

0 commit comments

Comments
 (0)