Skip to content

[devel] Bump antsibull-docs to 2.21.0; include list of all deprecated collections and modules/plugins #2979

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: devel
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions docs/docsite/rst/collections/all_plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ Indexes of all modules and plugins
:glob:

index_*
deprecations
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.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
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down