We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85aa040 commit 430b3d3Copy full SHA for 430b3d3
1 file changed
requirements.txt
@@ -19,11 +19,12 @@ pygments==2.19.1
19
pylint==3.3.5
20
pytest==8.3.3
21
pyyaml==6.0.2
22
-pyyaml==6.0.2
23
ruff==0.11.2
24
setuptools==75.8.2
25
sphinx_rtd_theme==3.0.2
26
sphinx-copybutton==0.5.2
+# We are being slightly deceptive here. Compiling with sphinx==7.4.7 will work,
27
+# but will cause warnings
28
sphinx==8.2.3;python_version>="3.11"
29
sphinx==7.4.7;python_version<="3.10"
30
sphinxcontrib-bibtex==2.6.3
0 commit comments