Skip to content

Commit 1b91cd7

Browse files
authored
Bump antsibull-docs to 2.16.3 (ansible#2367)
* Bump antsibull-docs version to 2.16.3. * Update docs build dependencies.
1 parent 8d80477 commit 1b91cd7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tests/constraints.in

+1-1
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.16.2 # currently approved version
6+
antsibull-docs == 2.16.3 # 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

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ antsibull-changelog==0.31.1
2424
# via antsibull-docs
2525
antsibull-core==3.4.0
2626
# via antsibull-docs
27-
antsibull-docs==2.16.2
27+
antsibull-docs==2.16.3
2828
# via
2929
# -c tests/constraints.in
3030
# -r tests/requirements.in
31-
antsibull-docs-parser==1.1.0
31+
antsibull-docs-parser==1.1.1
3232
# via antsibull-docs
3333
antsibull-docutils==1.1.0
3434
# via antsibull-changelog
@@ -114,7 +114,7 @@ pydantic==2.10.5
114114
# antsibull-docs
115115
pydantic-core==2.27.2
116116
# via pydantic
117-
pygments==2.18.0
117+
pygments==2.19.1
118118
# via
119119
# ansible-pygments
120120
# sphinx
@@ -143,7 +143,7 @@ semantic-version==2.10.0
143143
# antsibull-changelog
144144
# antsibull-core
145145
# antsibull-docs
146-
setuptools==75.6.0
146+
setuptools==75.8.0
147147
# via sphinx-intl
148148
six==1.17.0
149149
# via twiggy

0 commit comments

Comments
 (0)