1.7.0
Release Summary
Bugfix and feature release.
Minor Changes
- Add
--intersphinx
option to thesphinx-init
subcommand to allow adding additionalintersphinx_mapping
entries toconf.py
(#35, #44). - Allow the
toctree
entries for in a collection'sdocs/docsite/extra-docs.yml
to be a dictionary withref
andtitle
keys instead of just a reference as a string (#45). - Antsibull-docs now depends on
packaging <https://pypi.org/project/packaging/>
__ (#49). - The collection index pages now contain the supported versions of ansible-core of the collection in case collection's
meta/runtime.yml
specifiesrequires_ansible
(#48, #49). - The output of the
lint-collection-docs
command has been improved; in particular multi-line messages are now indented (#52). - Use
ansible --version
to figure out ansible-core version when ansible-core is not installed for the same Python interpreter / venv that is used for antsibull-docs (#50). - Use code formatting for all values, such as choice entries, defaults, and samples (#38, #42).
Bugfixes
- Avoid long aliases list to make left column too wide (ansible-collections/amazon.aws#1101, #54).
- Make
lint-collection-docs --plugin-docs
subcommand actually work (#47).