Skip to content

Commit c51d91b

Browse files
[devel] ci: refresh docs build dependencies, bump antsibull-docs to 2.22.1 (#3256)
* Bump antsibull-docs to 2.22.1. * ci: refresh docs build dependencies --------- Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
1 parent f95310d commit c51d91b

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

tests/constraints.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This constraint file also pins other versions for which there are known limitations.
44

55
sphinx == 7.2.5
6-
antsibull-docs == 2.21.0 # currently approved version
6+
antsibull-docs == 2.22.1 # currently approved version
77

88
sphinx-rtd-theme >= 2.0.0 # Fix 404 pages with new sphinx -- https://github.com/ansible/ansible-documentation/issues/678
99
rstcheck < 6 # rstcheck 6.x has problem with rstcheck.core triggered by include files w/ sphinx directives https://github.com/rstcheck/rstcheck-core/issues/3

tests/requirements.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ antsibull-changelog==0.34.0
2626
# via antsibull-docs
2727
antsibull-core==3.5.0
2828
# via antsibull-docs
29-
antsibull-docs==2.21.0
29+
antsibull-docs==2.22.1
3030
# via
3131
# -c tests/constraints.in
3232
# -r tests/requirements.in
3333
antsibull-docs-parser==1.2.2
3434
# via antsibull-docs
35-
antsibull-docutils==1.3.0
35+
antsibull-docutils==1.3.1
3636
# via
3737
# -r tests/requirements.in
3838
# antsibull-changelog
3939
# antsibull-docs
40-
antsibull-fileutils==1.5.0
40+
antsibull-fileutils==1.5.1
4141
# via
4242
# antsibull-changelog
4343
# antsibull-core
@@ -52,13 +52,13 @@ babel==2.17.0
5252
# sphinx-intl
5353
build==1.3.0
5454
# via antsibull-core
55-
certifi==2025.10.5
55+
certifi==2025.11.12
5656
# via requests
5757
cffi==2.0.0 ; platform_python_implementation != 'PyPy'
5858
# via cryptography
5959
charset-normalizer==3.4.4
6060
# via requests
61-
click==8.3.0
61+
click==8.3.1
6262
# via sphinx-intl
6363
colorama==0.4.6 ; os_name == 'nt' or sys_platform == 'win32'
6464
# via
@@ -198,9 +198,7 @@ sphinxcontrib-qthelp==2.0.0
198198
sphinxcontrib-serializinghtml==2.0.0
199199
# via sphinx
200200
twiggy==0.5.1
201-
# via
202-
# antsibull-core
203-
# antsibull-docs
201+
# via antsibull-core
204202
types-docutils==0.18.3
205203
# via rstcheck
206204
typing-extensions==4.15.0

0 commit comments

Comments
 (0)