Skip to content

Commit 701498b

Browse files
authored
Update documentation stack (#639)
* RTD: Ubuntu 24.04, Python 3.13 * Update all other requirements to the latest version
1 parent 0132021 commit 701498b

2 files changed

Lines changed: 42 additions & 28 deletions

File tree

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
version: 2
55

66
build:
7-
os: ubuntu-22.04
7+
os: ubuntu-24.04
88
tools:
9-
python: "3.11"
9+
python: "3.13"
1010

1111
python:
1212
install:

.rtd_pip_reqs.txt

Lines changed: 40 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,53 @@
11
# Direct dependencies:
22
# Sphinx
33
# sphinx-markdown-tables
4+
# sphinx-reredirects
45
# sphinx-rtd-theme
56
# sphinxcontrib-napoleon
67
# m2r2
7-
alabaster==0.7.16
8-
Babel==2.15.0
9-
certifi==2024.2.2
10-
charset-normalizer==3.3.2
11-
docutils==0.20.1
12-
idna==3.7
8+
alabaster==1.0.0
9+
babel==2.17.0
10+
certifi==2025.7.9
11+
charset-normalizer==3.4.2
12+
contourpy==1.3.2
13+
cycler==0.12.1
14+
docutils==0.21.2
15+
fonttools==4.58.5
16+
idna==3.10
1317
imagesize==1.4.1
14-
Jinja2==3.1.4
15-
m2r2==0.3.3.post2
16-
Markdown==3.6
17-
MarkupSafe==2.1.5
18+
Jinja2==3.1.6
19+
kiwisolver==1.4.8
20+
m2r2==0.3.4
21+
Markdown==3.8.2
22+
MarkupSafe==3.0.2
23+
matplotlib==3.10.3
1824
mistune==0.8.4
19-
packaging==24.0
25+
numpy==2.3.1
26+
packaging==25.0
27+
pandas==2.3.1
28+
pillow==11.3.0
2029
pockets==0.9.1
21-
Pygments==2.18.0
22-
requests==2.31.0
23-
setuptools==69.5.1
24-
six==1.16.0
25-
snowballstemmer==2.2.0
26-
Sphinx==7.3.7
30+
Pygments==2.19.2
31+
pyparsing==3.2.3
32+
python-dateutil==2.9.0.post0
33+
pytz==2025.2
34+
requests==2.32.4
35+
roman-numerals-py==3.1.0
36+
setuptools==80.9.0
37+
six==1.17.0
38+
snowballstemmer==3.0.1
39+
Sphinx==8.2.3
2740
sphinx-markdown-tables==0.0.17
28-
sphinx-rtd-theme==2.0.0
29-
sphinxcontrib-applehelp==1.0.8
30-
sphinxcontrib-devhelp==1.0.6
31-
sphinxcontrib-htmlhelp==2.0.5
41+
sphinx-reredirects==1.0.0
42+
sphinx-rtd-theme==3.0.2
43+
sphinxcontrib-applehelp==2.0.0
44+
sphinxcontrib-devhelp==2.0.0
45+
sphinxcontrib-htmlhelp==2.1.0
3246
sphinxcontrib-jquery==4.1
3347
sphinxcontrib-jsmath==1.0.1
3448
sphinxcontrib-napoleon==0.7
35-
sphinxcontrib-qthelp==1.0.7
36-
sphinxcontrib-serializinghtml==1.1.10
37-
urllib3==2.2.1
38-
wheel==0.43.0
39-
sphinx-reredirects==0.1.4
49+
sphinxcontrib-qthelp==2.0.0
50+
sphinxcontrib-serializinghtml==2.0.0
51+
tzdata==2025.2
52+
urllib3==2.5.0
53+
wheel==0.45.1

0 commit comments

Comments
 (0)