Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/checkers/rstcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/constraints.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This constraint file also pins other versions for which there are known limitations.

sphinx == 7.2.5
antsibull-docs == 2.21.0 # 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
Expand Down
62 changes: 29 additions & 33 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --universal --output-file tests/requirements.txt tests/requirements.in
aiofiles==24.1.0
aiofiles==25.1.0
# via
# antsibull-core
# antsibull-fileutils
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.12.14
aiohttp==3.13.2
# via
# antsibull-core
# antsibull-docs
Expand All @@ -24,48 +24,48 @@ ansible-pygments==0.1.2
# sphinx-ansible-theme
antsibull-changelog==0.34.0
# via antsibull-docs
antsibull-core==3.4.0
antsibull-core==3.5.0
# via antsibull-docs
antsibull-docs==2.21.0
antsibull-docs==2.23.0
# via
# -c tests/constraints.in
# -r tests/requirements.in
antsibull-docs-parser==1.2.2
# via antsibull-docs
antsibull-docutils==1.3.0
antsibull-docutils==1.3.1
# via
# -r tests/requirements.in
# antsibull-changelog
# antsibull-docs
antsibull-fileutils==1.4.0
antsibull-fileutils==1.5.1
# via
# antsibull-changelog
# antsibull-core
# antsibull-docs
asyncio-pool==0.6.0
# via antsibull-docs
attrs==25.3.0
attrs==25.4.0
# via aiohttp
babel==2.17.0
# via
# sphinx
# sphinx-intl
build==1.2.2.post1
build==1.3.0
# via antsibull-core
certifi==2025.7.14
certifi==2025.11.12
# via requests
cffi==1.17.1 ; platform_python_implementation != 'PyPy'
cffi==2.0.0 ; platform_python_implementation != 'PyPy'
# via cryptography
charset-normalizer==3.4.2
charset-normalizer==3.4.4
# via requests
click==8.2.1
click==8.3.1
# via sphinx-intl
colorama==0.4.6 ; os_name == 'nt' or sys_platform == 'win32'
# via
# build
# click
# sphinx
cryptography==45.0.5
cryptography==46.0.3
# via -r tests/requirements.in
docutils==0.18.1
# via
Expand All @@ -75,11 +75,11 @@ docutils==0.18.1
# rstcheck
# sphinx
# sphinx-rtd-theme
frozenlist==1.7.0
frozenlist==1.8.0
# via
# aiohttp
# aiosignal
idna==3.10
idna==3.11
# via
# requests
# yarl
Expand All @@ -91,9 +91,9 @@ jinja2==3.1.6
# -r tests/requirements.in
# antsibull-docs
# sphinx
markupsafe==3.0.2
markupsafe==3.0.3
# via jinja2
multidict==6.6.3
multidict==6.7.0
# via
# aiohttp
# yarl
Expand All @@ -109,35 +109,35 @@ pathspec==0.12.1
# via yamllint
perky==0.9.3
# via antsibull-core
propcache==0.3.2
propcache==0.4.1
# via
# aiohttp
# yarl
pycparser==2.22 ; platform_python_implementation != 'PyPy'
pycparser==2.23 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
# via cffi
pydantic==2.11.7
pydantic==2.12.4
# via
# antsibull-changelog
# antsibull-core
# antsibull-docs
pydantic-core==2.33.2
pydantic-core==2.41.5
# via pydantic
pygments==2.19.2
# via
# ansible-pygments
# sphinx
pyproject-hooks==1.2.0
# via build
pyyaml==6.0.2
pyyaml==6.0.3
# via
# -c tests/constraints.in
# -r tests/requirements.in
# antsibull-docs
# antsibull-fileutils
# yamllint
requests==2.32.4
requests==2.32.5
# via sphinx
resolvelib==1.2.0
resolvelib==1.2.1
# via
# -c tests/constraints.in
# -r tests/requirements.in
Expand All @@ -152,8 +152,6 @@ semantic-version==2.10.0
# antsibull-changelog
# antsibull-core
# antsibull-docs
setuptools==80.9.0
# via sphinx-intl
six==1.17.0
# via twiggy
snowballstemmer==3.0.1
Expand All @@ -174,7 +172,7 @@ sphinx-ansible-theme==0.10.3
# via -r tests/requirements.in
sphinx-copybutton==0.5.2
# via -r tests/requirements.in
sphinx-intl==2.3.1
sphinx-intl==2.3.2
# via -r tests/requirements.in
sphinx-notfound-page==1.1.0
# via -r tests/requirements.in
Expand All @@ -200,23 +198,21 @@ sphinxcontrib-qthelp==2.0.0
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
twiggy==0.5.1
# via
# antsibull-core
# antsibull-docs
# via antsibull-core
types-docutils==0.18.3
# via rstcheck
typing-extensions==4.14.1
typing-extensions==4.15.0
# via
# aiosignal
# pydantic
# pydantic-core
# rstcheck
# typing-inspection
typing-inspection==0.4.1
typing-inspection==0.4.2
# via pydantic
urllib3==2.5.0
# via requests
yamllint==1.37.1
# via -r tests/requirements.in
yarl==1.20.1
yarl==1.22.0
# via aiohttp