1.7.0
Release Summary
Bugfix and feature release.
Minor Changes
- Add
--intersphinxoption to thesphinx-initsubcommand to allow adding additionalintersphinx_mappingentries toconf.py(#35, #44). - Allow the
toctreeentries for in a collection'sdocs/docsite/extra-docs.ymlto be a dictionary withrefandtitlekeys 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.ymlspecifiesrequires_ansible(#48, #49). - The output of the
lint-collection-docscommand has been improved; in particular multi-line messages are now indented (#52). - Use
ansible --versionto 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-docssubcommand actually work (#47).