From 4547d9fa83e35937c137b31bb26763cfdb66522c Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 26 Jun 2025 09:04:49 +0200
Subject: [PATCH] chore(deps): update dependency antsibull-docs to >=2.18,<2.19
(#660)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[antsibull-docs](https://redirect.github.com/ansible-community/antsibull-docs)
([changelog](https://redirect.github.com/ansible-community/antsibull-docs/tree/main/CHANGELOG.md))
| `>=2.17,<2.18` -> `>=2.18,<2.19` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
ansible-community/antsibull-docs (antsibull-docs)
###
[`v2.18.0`](https://redirect.github.com/ansible-community/antsibull-docs/releases/tag/2.18.0)
[Compare
Source](https://redirect.github.com/ansible-community/antsibull-docs/compare/2.17.1...2.18.0)
##### Release Summary
Feature and bugfix release.
##### Minor Changes
- Add :anscollection: role to allow referencing
collections. The syntax is
:anscollection:\`namespace.name\`, or
:anscollection:\`namespace.name#what\` for more specific
parts of the index page
([#393](https://redirect.github.com/ansible-community/antsibull-docs/pull/393)).
- Extend :ansplugin: role to allow referencing role
entrypoints. The syntax is
:ansplugin:\`namespace.name.role\_name#entrypoint\`
([#393](https://redirect.github.com/ansible-community/antsibull-docs/pull/393)).
- The lint-collection-docs subcommand has a new option
--check-extra-docs-refs that checks references to
collections in extra documentation files (docs/docsite/rst)
([#392](https://redirect.github.com/ansible-community/antsibull-docs/pull/392)).
- The lint-collection-docs's option
--plugin-docs now also checks role entrypoints for
existence
([#392](https://redirect.github.com/ansible-community/antsibull-docs/pull/392)).
##### Deprecated Features
- The following default values for options to antsibull-docs
lint-collection-docs are deprecated
and will change in antsibull-docs 3.0.0:
- --plugin-docs will be enabled by default; right now the
default is --no-plugin-docs;
- --skip-rstcheck will be enabled by default; right now the
default is --no-skip-rstcheck (note that this applies to
--plugin-docs, not to checking extra documentation);
- --check-extra-docs-refs will be enabled by default; right
now the default is --no-check-extra-docs-refs.
We suggested to already now explicitly state the default value if you do
not want the extra checks to be run
([#394](https://redirect.github.com/ansible-community/antsibull-docs/pull/394)).
##### Bugfixes
- Ansible-core 2.19 now lists standard Jinja2 tests and filters as
members of ansible.builtin with minimal documentation, but
without a name field in doc
([#393](https://redirect.github.com/ansible-community/antsibull-docs/pull/393)).
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud).
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jo
---
Makefile | 1 +
requirements-dev.txt | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 1411818..0c37dff 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,7 @@ lint-docs: venv
venv/bin/antsibull-docs lint-collection-docs \
--plugin-docs \
--validate-collection-refs self \
+ --check-extra-docs-refs \
.
clean:
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 701b16b..af23b69 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -6,4 +6,4 @@ cryptography
# Development requirements
pylint
-antsibull-docs>=2.17,<2.18
+antsibull-docs>=2.18,<2.19