Skip to content

Commit cfd44c1

Browse files
authored
Merge pull request #413 from A5rocks/update-ci
Update CI
2 parents d943a5a + e46d72f commit cfd44c1

File tree

5 files changed

+44
-51
lines changed

5 files changed

+44
-51
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.readthedocs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ formats:
55
- htmlzip
66
- epub
77

8+
build:
9+
os: "ubuntu-22.04"
10+
tools:
11+
python: "3.13"
12+
813
python:
9-
version: 3.8
1014
install:
1115
- requirements: docs-requirements.txt
16+
- path: .
1217

1318
sphinx:
1419
fail_on_warning: true
20+
configuration: docs/source/conf.py

docs-requirements.txt

Lines changed: 34 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,56 @@
1-
#
2-
# This file is autogenerated by pip-compile
3-
# To update, run:
4-
#
5-
# pip-compile ci/rtd-requirements.in
6-
#
7-
alabaster==0.7.12
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile --universal --python-version=3.10 docs-requirements.in -o docs-requirements.txt
3+
alabaster==1.0.0
84
# via sphinx
9-
babel==2.10.1
5+
babel==2.17.0
106
# via sphinx
11-
certifi==2022.5.18.1
7+
certifi==2026.1.4
128
# via requests
13-
charset-normalizer==2.0.12
9+
charset-normalizer==3.4.4
1410
# via requests
15-
docutils==0.17.1
11+
colorama==0.4.6 ; sys_platform == 'win32'
1612
# via sphinx
17-
idna==3.3
13+
docutils==0.21.2 ; python_full_version < '3.11'
14+
# via sphinx
15+
docutils==0.22.4 ; python_full_version >= '3.11'
16+
# via sphinx
17+
idna==3.11
1818
# via requests
19-
imagesize==1.3.0
19+
imagesize==1.4.1
2020
# via sphinx
21-
jinja2==3.0.3
21+
jinja2==3.1.6
2222
# via sphinx
23-
markupsafe==2.0.1
23+
markupsafe==3.0.3
2424
# via jinja2
25-
packaging==21.3
25+
packaging==26.0
26+
# via sphinx
27+
pygments==2.19.2
2628
# via sphinx
27-
pygments==2.12.0
29+
requests==2.32.5
2830
# via sphinx
29-
pyparsing==3.0.9
30-
# via packaging
31-
pytz==2022.1
32-
# via babel
33-
requests==2.27.1
31+
roman-numerals==4.1.0 ; python_full_version >= '3.11'
3432
# via sphinx
35-
snowballstemmer==2.2.0
33+
snowballstemmer==3.0.1
3634
# via sphinx
37-
sphinx==3.4.3
35+
sphinx==8.1.3 ; python_full_version < '3.11'
3836
# via -r docs-requirements.in
39-
sphinxcontrib-applehelp==1.0.2
37+
sphinx==9.0.4 ; python_full_version == '3.11.*'
38+
# via -r docs-requirements.in
39+
sphinx==9.1.0 ; python_full_version >= '3.12'
40+
# via -r docs-requirements.in
41+
sphinxcontrib-applehelp==2.0.0
4042
# via sphinx
41-
sphinxcontrib-devhelp==1.0.2
43+
sphinxcontrib-devhelp==2.0.0
4244
# via sphinx
43-
sphinxcontrib-htmlhelp==2.0.0
45+
sphinxcontrib-htmlhelp==2.1.0
4446
# via sphinx
4547
sphinxcontrib-jsmath==1.0.1
4648
# via sphinx
47-
sphinxcontrib-qthelp==1.0.3
49+
sphinxcontrib-qthelp==2.0.0
50+
# via sphinx
51+
sphinxcontrib-serializinghtml==2.0.0
4852
# via sphinx
49-
sphinxcontrib-serializinghtml==1.1.5
53+
tomli==2.4.0 ; python_full_version < '3.11'
5054
# via sphinx
51-
urllib3==1.26.8
55+
urllib3==2.6.3
5256
# via requests

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def setup(app):
8585
#
8686
# This is also used if you do content translation via gettext catalogs.
8787
# Usually you set "language" from the command line for these cases.
88-
language = None
88+
language = "en"
8989

9090
# List of patterns, relative to source directory, that match files and
9191
# directories to ignore when looking for source files.

test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ colorama==0.4.6 ; sys_platform == 'win32'
1616
# sphinx
1717
contextlib2==21.6.0
1818
# via -r test-requirements.in
19-
coverage==7.13.1
19+
coverage==7.13.2
2020
# via pytest-cov
21-
cssselect==1.3.0
21+
cssselect==1.4.0
2222
# via -r test-requirements.in
2323
docutils==0.21.2 ; python_full_version < '3.11'
2424
# via sphinx

0 commit comments

Comments
 (0)