You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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``) (https://github.com/ansible-community/antsibull-docs/pull/392).
24
+
- The ``lint-collection-docs``'s option ``--plugin-docs`` now also checks role entrypoints for existence (https://github.com/ansible-community/antsibull-docs/pull/392).
25
+
26
+
Deprecated Features
27
+
-------------------
28
+
29
+
- The following default values for options to ``antsibull-docs lint-collection-docs`` are deprecated
30
+
and will change in antsibull-docs 3.0.0:
31
+
32
+
* ``--plugin-docs`` will be enabled by default; right now the default is ``--no-plugin-docs``;
33
+
* ``--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);
34
+
* ``--check-extra-docs-refs`` will be enabled by default; right now the default is ``--no-check-extra-docs-refs``.
35
+
36
+
We suggested to already now explicitly state the default value if you do not want the extra checks to be run
- 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`` (https://github.com/ansible-community/antsibull-docs/pull/393).
0 commit comments