[devel] ci: refresh docs build dependencies (#3302)

* Bump antsibull-docs to 2.23.0.

* ci: refresh docs build dependencies

* Add new roles to sanity check.

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
This commit is contained in:
ansible-documentation-bot[bot]
2025-11-24 10:29:15 +00:00
committed by GitHub
parent ff0f79ce48
commit cdecdc9b8f
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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