From 718c1725903995f8b0de8f1f8d12093a0be77ff2 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 17 Jan 2025 22:02:14 +0100 Subject: [PATCH 1/2] Bump antsibull-docs version to 2.16.3. --- tests/constraints.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/constraints.in b/tests/constraints.in index 0b6580d8eb..1fcc3ed3ca 100644 --- a/tests/constraints.in +++ b/tests/constraints.in @@ -3,7 +3,7 @@ # This constraint file also pins other versions for which there are known limitations. sphinx == 7.2.5 -antsibull-docs == 2.16.2 # currently approved version +antsibull-docs == 2.16.3 # currently approved version sphinx-rtd-theme >= 2.0.0 # Fix 404 pages with new sphinx -- https://github.com/ansible/ansible-documentation/issues/678 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 From 3430d3636085e26e3a921b3060731c07d7411f21 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 17 Jan 2025 22:03:03 +0100 Subject: [PATCH 2/2] Update docs build dependencies. --- tests/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 7445d8fc7b..80239b3f9f 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -24,11 +24,11 @@ antsibull-changelog==0.31.1 # via antsibull-docs antsibull-core==3.4.0 # via antsibull-docs -antsibull-docs==2.16.2 +antsibull-docs==2.16.3 # via # -c tests/constraints.in # -r tests/requirements.in -antsibull-docs-parser==1.1.0 +antsibull-docs-parser==1.1.1 # via antsibull-docs antsibull-docutils==1.1.0 # via antsibull-changelog @@ -114,7 +114,7 @@ pydantic==2.10.5 # antsibull-docs pydantic-core==2.27.2 # via pydantic -pygments==2.18.0 +pygments==2.19.1 # via # ansible-pygments # sphinx @@ -143,7 +143,7 @@ semantic-version==2.10.0 # antsibull-changelog # antsibull-core # antsibull-docs -setuptools==75.6.0 +setuptools==75.8.0 # via sphinx-intl six==1.17.0 # via twiggy