Skip to content

Commit 0aa1f03

Browse files
committed
chore: update docs requirements
1 parent dd0b6e8 commit 0aa1f03

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

requirements/docs.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
-r base.txt
2-
# Python 3.8 support was dropped in 7.2.0
3-
# https://github.com/sphinx-doc/sphinx/pull/11511
4-
sphinx<7.2.0
2+
sphinx
53
sphinx-rtd-theme
64
sphinx-click

requirements/docs.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ click==8.1.7
2727
# via
2828
# -r requirements/base.txt
2929
# sphinx-click
30-
docutils==0.20.1
30+
docutils==0.21.2
3131
# via
3232
# sphinx
3333
# sphinx-click
@@ -119,7 +119,7 @@ six==1.16.0
119119
# python-dateutil
120120
snowballstemmer==2.2.0
121121
# via sphinx
122-
sphinx==7.1.2
122+
sphinx==7.4.7
123123
# via
124124
# -r requirements/docs.in
125125
# sphinx-click
@@ -147,6 +147,7 @@ tomli==2.0.2
147147
# via
148148
# -r requirements/base.txt
149149
# mypy
150+
# sphinx
150151
typing-extensions==4.12.2
151152
# via
152153
# -r requirements/base.txt

0 commit comments

Comments
 (0)