Skip to content

Commit e7421d1

Browse files
[devel] ci: refresh docs build dependencies (#2838)
* Bump antsibull-docs to 2.19.0. * ci: refresh docs build dependencies * Bump version to 2.19.1. --------- Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
1 parent 0b8d80a commit e7421d1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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.18.0 # currently approved version
6+
antsibull-docs == 2.19.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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ antsibull-changelog==0.34.0
2626
# via antsibull-docs
2727
antsibull-core==3.4.0
2828
# via antsibull-docs
29-
antsibull-docs==2.18.0
29+
antsibull-docs==2.19.1
3030
# via
3131
# -c tests/constraints.in
3232
# -r tests/requirements.in
@@ -36,6 +36,7 @@ antsibull-docutils==1.3.0
3636
# via
3737
# -r tests/requirements.in
3838
# antsibull-changelog
39+
# antsibull-docs
3940
antsibull-fileutils==1.3.0
4041
# via
4142
# antsibull-changelog
@@ -51,7 +52,7 @@ babel==2.17.0
5152
# sphinx-intl
5253
build==1.2.2.post1
5354
# via antsibull-core
54-
certifi==2025.7.9
55+
certifi==2025.7.14
5556
# via requests
5657
cffi==1.17.1 ; platform_python_implementation != 'PyPy'
5758
# via cryptography

0 commit comments

Comments
 (0)