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 563677e commit 62ab83bCopy full SHA for 62ab83b
requirements-dev.txt
@@ -5,7 +5,8 @@ tox==4.32.0 ; python_version < "3.10"
5
wheel==0.46.1
6
Sphinx==9.0.4 ; python_version >= "3.11"
7
Sphinx==7.4.7 ; python_version < "3.11"
8
-sphinx-rtd-theme==3.0.2
+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