Skip to content

Commit 8f30953

Browse files
committed
[#3766] Update Sphinx requirements
1 parent f835477 commit 8f30953

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
build:
22
os: ubuntu-20.04
33
tools:
4-
python: '3.9'
4+
python: '3.13'
55
formats: all
66
python:
77
install:

doc/sphinx/src/requirements.txt

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,57 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile ./src/requirements.in
66
#
7-
alabaster==0.7.16
7+
alabaster==1.0.0
88
# via sphinx
9-
babel==2.15.0
9+
babel==2.17.0
1010
# via sphinx
11-
certifi==2024.2.2
11+
certifi==2025.1.31
1212
# via requests
13-
charset-normalizer==3.3.2
13+
charset-normalizer==3.4.1
1414
# via requests
15-
docutils==0.20.1
15+
docutils==0.21.2
1616
# via
1717
# sphinx
1818
# sphinx-rtd-theme
19-
idna==3.7
19+
idna==3.10
2020
# via requests
2121
imagesize==1.4.1
2222
# via sphinx
23-
jinja2==3.1.4
23+
jinja2==3.1.5
2424
# via sphinx
25-
markupsafe==2.1.5
25+
markupsafe==3.0.2
2626
# via jinja2
27-
packaging==24.0
27+
packaging==24.2
2828
# via sphinx
29-
pygments==2.18.0
29+
pygments==2.19.1
3030
# via sphinx
31-
requests==2.32.2
31+
requests==2.32.3
3232
# via sphinx
3333
snowballstemmer==2.2.0
3434
# via sphinx
35-
sphinx==7.3.7
35+
sphinx==8.1.3
3636
# via
3737
# -r ./src/requirements.in
3838
# sphinx-rtd-theme
3939
# sphinxcontrib-jquery
40-
sphinx-rtd-theme==2.0.0
40+
sphinx-rtd-theme==3.0.2
4141
# via -r ./src/requirements.in
42-
sphinxcontrib-applehelp==1.0.8
42+
sphinxcontrib-applehelp==2.0.0
4343
# via sphinx
44-
sphinxcontrib-devhelp==1.0.6
44+
sphinxcontrib-devhelp==2.0.0
4545
# via sphinx
46-
sphinxcontrib-htmlhelp==2.0.5
46+
sphinxcontrib-htmlhelp==2.1.0
4747
# via sphinx
4848
sphinxcontrib-jquery==4.1
4949
# via sphinx-rtd-theme
5050
sphinxcontrib-jsmath==1.0.1
5151
# via sphinx
52-
sphinxcontrib-qthelp==1.0.7
52+
sphinxcontrib-qthelp==2.0.0
5353
# via sphinx
54-
sphinxcontrib-serializinghtml==1.1.10
54+
sphinxcontrib-serializinghtml==2.0.0
5555
# via sphinx
56-
urllib3==2.2.1
56+
urllib3==2.3.0
5757
# via requests

0 commit comments

Comments
 (0)