Skip to content

Commit 9c615cb

Browse files
authored
docs: fix dependencies (#477)
1 parent 5edb096 commit 9c615cb

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

requirements.txt

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# These dependencies should be installed using pip in order
22
# to build the documentation.
3-
Sphinx==8.2.3
3+
sphinx==8.2.3
44
sphinxcontrib-programoutput==0.18
5-
furo==2025.7.19
65
sphinx-copybutton==0.5.2
6+
sphinx_design==0.6.1
7+
furo==2025.7.19
78
python-levenshtein==0.27.1
8-
docutils==0.20.1
9-
Pygments==2.19.2
9+
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

Comments
 (0)