Skip to content
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

Update dependency antsibull-docs to v2.16.2 #94

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
antsibull-docs (changelog) ==2.9.0 -> ==2.16.2 age adoption passing confidence

Release Notes

ansible-community/antsibull-docs (antsibull-docs)

v2.16.2

Compare Source

Release Summary

Bugfix release.

Bugfixes
  • Fix role section heading levels. Examples and attributes should be below role entrypoints (#​366, #​367).

v2.16.1

Compare Source

Release Summary

Bugfix release.

Bugfixes
  • Also consider action plugin redirects/deprecations in runtime metadata for modules, since for users there is no difference. Also ansible.builtin.yum only has a action plugin redirect to ansible.builtin.dnf, so this is needed to ensure that a stub page generated for ansible.builtin.yum (#​360).

v2.16.0

Compare Source

Release Summary

Feature release.

Minor Changes
  • Allow to cancel collection deprecations (#​352).
  • Declare support for Python 3.13 (#​349).
  • antsibull-docs now depends on antsibull-core >= 3.4.0 (#​352).

v2.15.0

Compare Source

Release Summary

Bugfix and feature release which migrates to Pydantic 2.

Minor Changes

v2.14.0

Compare Source

Release Summary

Feature release.

Minor Changes
  • Add dependency on antsibull-fileutils. Some functionality from antsibull-core is moving there, so we can use it from there directly (#​322).
  • Add deprecation markers next to module/plugin/role descriptions in lists (#​141, #​320).
  • Remove ansible-project Google Groups mailing list from ansible.builtin links (#​325).

v2.13.1

Compare Source

Release Summary

Bugfix release.

Bugfixes
  • The output filename used by the plugin subcommand contained two dots before the rst extension (#​317, #​318).

v2.13.0

Compare Source

Release Summary

Bugfix and feature release.

Minor Changes
  • Allow to disable adding the antsibull-docs version to the generated files with the --no-add-antsibull-docs-version command line flag, or the add_antsibull_docs_version = false setting in the antsibull-docs config file (#​304, #​308).
  • Bump minimal required version of dependency antsibull-docs-parser to 1.1.0 This allows to use a new whitespace-removal feature (#​312).
  • If you are using argcomplete, you can now tab-complete antsibull-docs command lines. See Activating global completion in the argcomplete README for how to enable tab completion globally. This will also tab-complete Ansible commands such as ansible-playbook and ansible-test (#​302).
  • Most documentation generating subcommands now have a --cleanup parameter which allows to delete files and directories that were not created by antsibull-docs in the destination directory (#​315).
  • No longer use rsync when creating a build script with the sphinx-init subcommand (#​315).
  • Remove superfluous whitespace or escaped spaces from templates (#​313).
  • Remove trailing whitespace and leading and trailing empty lines from rendered templates, and ensure they end with a newline if not empty (#​314).
Bugfixes
  • Fix RST escaping of the title in the collections per namespace list. This causes a space to vanish between namespace name and the word Namespace with newer versions of antsibull-docs-parser (#​311).

v2.12.0

Compare Source

Release Summary

Bugfix and feature release.

Minor Changes
  • Allow to mention forums in the Communication section of collection links (#​288).
  • Bump minimum dependency of antsibull-docs-parser to 1.0.2 or newer (#​290).
  • The lint-collection-docs subcommand will now complain about unchanged default values in docs/docsite/links.yml taken from the community collection template (#​273, #​277).
  • The collection docs linter now reports empty markup, like I(), L(,https://example.com) (#​292).
Bugfixes
  • Improve handling of empty markup parameters for RST (#​290).
  • Improve rendering of empty or broken changelogs (#​289).
  • Remove leading spaces in paragraphs to avoid unintended RST blockquotes (#​289).
  • Render errors as code blocks of language text instead of using the default lexer (#​289).

v2.11.0

Compare Source

Release Summary

Feature and bugfix release.

Minor Changes
  • Support examples for role entrypoints (#​244).
Bugfixes
  • Fix handling of choices that are dictionaries for type=list (#​276).
  • Fix handling of default for type=list if choices is present (#​276).

v2.10.0

Compare Source

Release Summary

Bugfix and feature release.

Minor Changes
  • It is now possible to render the collection changelog as part of the collection docsite by using the changelog option in docs/docsite/config.yml (#​31, #​267).
Bugfixes
  • Fix internal links to options and return values in simplified RST output (#​269).
  • Include role in role attribute references (#​269).

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. View the repository job log.

@renovate renovate bot force-pushed the renovate/antsibull-docs-2.x branch 2 times, most recently from 6d3fafc to 9d5594e Compare April 20, 2024 14:31
@renovate renovate bot force-pushed the renovate/antsibull-docs-2.x branch from 9d5594e to eb7ecd5 Compare May 6, 2024 22:05
@renovate renovate bot changed the title Update dependency antsibull-docs to v2.10.0 Update dependency antsibull-docs to v2.11.0 May 6, 2024
@renovate renovate bot force-pushed the renovate/antsibull-docs-2.x branch from eb7ecd5 to 171ad92 Compare July 5, 2024 22:26
@renovate renovate bot changed the title Update dependency antsibull-docs to v2.11.0 Update dependency antsibull-docs to v2.12.0 Jul 5, 2024
@renovate renovate bot force-pushed the renovate/antsibull-docs-2.x branch from 171ad92 to ff2b9e3 Compare August 25, 2024 10:20
@renovate renovate bot changed the title Update dependency antsibull-docs to v2.12.0 Update dependency antsibull-docs to v2.13.0 Aug 25, 2024
@renovate renovate bot force-pushed the renovate/antsibull-docs-2.x branch from ff2b9e3 to 5f03b41 Compare August 26, 2024 09:37
@renovate renovate bot changed the title Update dependency antsibull-docs to v2.13.0 Update dependency antsibull-docs to v2.13.1 Aug 26, 2024
@renovate renovate bot force-pushed the renovate/antsibull-docs-2.x branch from 5f03b41 to 59309de Compare September 9, 2024 16:42
@renovate renovate bot changed the title Update dependency antsibull-docs to v2.13.1 Update dependency antsibull-docs to v2.14.0 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/antsibull-docs-2.x branch from 59309de to 269649e Compare October 9, 2024 21:06
@renovate renovate bot changed the title Update dependency antsibull-docs to v2.14.0 Update dependency antsibull-docs to v2.15.0 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/antsibull-docs-2.x branch from 269649e to c41770f Compare November 16, 2024 19:31
@renovate renovate bot changed the title Update dependency antsibull-docs to v2.15.0 Update dependency antsibull-docs to v2.16.0 Nov 16, 2024
@renovate renovate bot force-pushed the renovate/antsibull-docs-2.x branch from c41770f to 3f38799 Compare November 21, 2024 06:13
@renovate renovate bot changed the title Update dependency antsibull-docs to v2.16.0 Update dependency antsibull-docs to v2.16.1 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/antsibull-docs-2.x branch from 3f38799 to aa15c9a Compare December 29, 2024 17:30
@renovate renovate bot changed the title Update dependency antsibull-docs to v2.16.1 Update dependency antsibull-docs to v2.16.2 Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants