We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df3df3 commit c000b06Copy full SHA for c000b06
requirements-dev.txt
@@ -3,8 +3,10 @@
3
tox==4.32.0 ; python_version >= "3.10"
4
tox==4.32.0 ; python_version < "3.10"
5
wheel==0.46.1
6
-Sphinx==9.0.4
7
-sphinx-rtd-theme==3.0.2
+Sphinx==9.0.4 ; python_version >= "3.11"
+Sphinx==7.4.7 ; python_version < "3.11"
8
+sphinx-rtd-theme==3.1.0rc1 ; python_version >= "3.11"
9
+sphinx-rtd-theme==3.0.2 ; python_version < "3.11"
10
pypandoc==1.16.2
11
twine==6.2.0
12
black==25.12.0
0 commit comments