From ed920d8aa5d34ecdf8a8f3fb7ac08681e6171f1b Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 10 Aug 2025 14:22:30 +0200 Subject: [PATCH 1/3] Bump antsibull-docs dependency constraint to 2.21.0. --- tests/constraints.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/constraints.in b/tests/constraints.in index 9cf923b2045..4a00284273a 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.20.0 # currently approved version +antsibull-docs == 2.21.0 # 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 0c2fac37fd36bafcf655099cf8eff8095af0a4e1 Mon Sep 17 00:00:00 2001 From: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 12:24:37 +0000 Subject: [PATCH 2/3] ci: refresh docs build dependencies --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index d055993ff10..c2e3bd85b2e 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -26,7 +26,7 @@ antsibull-changelog==0.34.0 # via antsibull-docs antsibull-core==3.4.0 # via antsibull-docs -antsibull-docs==2.20.0 +antsibull-docs==2.21.0 # via # -c tests/constraints.in # -r tests/requirements.in From c37be04ff63266f825b91ba8532a207f643da4f6 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 10 Aug 2025 14:22:58 +0200 Subject: [PATCH 3/3] Add list of all deprecations to all plugins index. --- docs/docsite/rst/collections/all_plugins.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docsite/rst/collections/all_plugins.rst b/docs/docsite/rst/collections/all_plugins.rst index 35232f7db63..cbe6a9c7233 100644 --- a/docs/docsite/rst/collections/all_plugins.rst +++ b/docs/docsite/rst/collections/all_plugins.rst @@ -9,3 +9,4 @@ Indexes of all modules and plugins :glob: index_* + deprecations