From b705d9b10b53c7b6f2dad2f7e1687c8661a8b02b Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 23 Nov 2025 21:02:35 +0100 Subject: [PATCH 1/3] Bump antsibull-docs to 2.23.0. --- tests/constraints.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/constraints.in b/tests/constraints.in index 512432f762..adaa085869 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.22.1 # currently approved version +antsibull-docs == 2.23.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 469ab77ce7f59c64f89079f92786184c7c59780f Mon Sep 17 00:00:00 2001 From: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 20:03:49 +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 939bef2098..8075abe3af 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -26,7 +26,7 @@ antsibull-changelog==0.34.0 # via antsibull-docs antsibull-core==3.5.0 # via antsibull-docs -antsibull-docs==2.22.1 +antsibull-docs==2.23.0 # via # -c tests/constraints.in # -r tests/requirements.in From c1949fc94373246d4167e2ff070936a621827272 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 23 Nov 2025 21:08:59 +0100 Subject: [PATCH 3/3] Add new roles to sanity check. --- tests/checkers/rstcheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checkers/rstcheck.py b/tests/checkers/rstcheck.py index 865aa5b866..a4c65a96c4 100644 --- a/tests/checkers/rstcheck.py +++ b/tests/checkers/rstcheck.py @@ -19,7 +19,7 @@ def main(): sys.executable, '-c', 'import rstcheck; rstcheck.main();', '--report', 'warning', - '--ignore-roles', 'anscollection,ansplugin,ansopt,ansretval,ansval,ansenvvar,ansenvvarref', + '--ignore-roles', 'anscollection,ansplugin,ansopt,ansoptref,ansretval,ansretvalref,ansval,ansenvvar,ansenvvarref', '--ignore-substitutions', ','.join(ignore_substitutions), ] + paths