We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5edb096 commit 9c615cbCopy full SHA for 9c615cb
1 file changed
requirements.txt
@@ -1,9 +1,16 @@
1
# These dependencies should be installed using pip in order
2
# to build the documentation.
3
-Sphinx==8.2.3
+sphinx==8.2.3
4
sphinxcontrib-programoutput==0.18
5
-furo==2025.7.19
6
sphinx-copybutton==0.5.2
+sphinx_design==0.6.1
7
+furo==2025.7.19
8
python-levenshtein==0.27.1
-docutils==0.20.1
9
-Pygments==2.19.2
+docutils==0.21.2
10
+pygments==2.19.2
11
+urllib3==2.5.0
12
+pytest==8.4.1
13
+isort==6.0.1
14
+black==25.1.0
15
+flake8==7.3.0
16
+mypy==1.17.1
0 commit comments