We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b9dac commit 028e45bCopy full SHA for 028e45b
docs/requirements.txt
@@ -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
+# Updated to use latest compatible versions as of December 2025.
+sphinx==9.0.4
+pydata-sphinx-theme
+readthedocs-sphinx-search
+sphinx-copybutton
6
sphinx-hoverxref
7
sphinx-remove-toctrees
8
## for pygment coloring of code snippets using ipython syntax
9
ipython
10
pygments-lexer-pseudocode
11
-# Dependency of Sphinx, the 3.0 release breaks it (currently)
12
-snowballstemmer<3
13
14
--extra-index-url https://pypi.cs.uni-tuebingen.de/simple/
15
-pyopenms
+pyopenms
0 commit comments