Skip to content

Commit 430b3d3

Browse files
Add comments
1 parent 85aa040 commit 430b3d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ pygments==2.19.1
1919
pylint==3.3.5
2020
pytest==8.3.3
2121
pyyaml==6.0.2
22-
pyyaml==6.0.2
2322
ruff==0.11.2
2423
setuptools==75.8.2
2524
sphinx_rtd_theme==3.0.2
2625
sphinx-copybutton==0.5.2
26+
# We are being slightly deceptive here. Compiling with sphinx==7.4.7 will work,
27+
# but will cause warnings
2728
sphinx==8.2.3;python_version>="3.11"
2829
sphinx==7.4.7;python_version<="3.10"
2930
sphinxcontrib-bibtex==2.6.3

0 commit comments

Comments
 (0)