Skip to content

Commit 813da77

Browse files
committed
Release 1.7.0.
1 parent b9bff5a commit 813da77

11 files changed

+62
-18
lines changed

CHANGELOG.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ antsibull-docs -- Ansible Documentation Build Scripts Release Notes
55
.. contents:: Topics
66

77

8+
v1.7.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
Bugfix and feature release.
15+
16+
Minor Changes
17+
-------------
18+
19+
- Add ``--intersphinx`` option to the ``sphinx-init`` subcommand to allow adding additional ``intersphinx_mapping`` entries to ``conf.py`` (https://github.com/ansible-community/antsibull-docs/issues/35, https://github.com/ansible-community/antsibull-docs/pull/44).
20+
- Allow the ``toctree`` entries for in a collection's ``docs/docsite/extra-docs.yml`` to be a dictionary with ``ref`` and ``title`` keys instead of just a reference as a string (https://github.com/ansible-community/antsibull-docs/pull/45).
21+
- Antsibull-docs now depends on `packaging <https://pypi.org/project/packaging/>`__ (https://github.com/ansible-community/antsibull-docs/pull/49).
22+
- The collection index pages now contain the supported versions of ansible-core of the collection in case collection's ``meta/runtime.yml`` specifies ``requires_ansible`` (https://github.com/ansible-community/antsibull-docs/issues/48, https://github.com/ansible-community/antsibull-docs/pull/49).
23+
- The output of the ``lint-collection-docs`` command has been improved; in particular multi-line messages are now indented (https://github.com/ansible-community/antsibull-docs/pull/52).
24+
- 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 (https://github.com/ansible-community/antsibull-docs/pull/50).
25+
- Use code formatting for all values, such as choice entries, defaults, and samples (https://github.com/ansible-community/antsibull-docs/issues/38, https://github.com/ansible-community/antsibull-docs/pull/42).
26+
27+
Bugfixes
28+
--------
29+
30+
- Avoid long aliases list to make left column too wide (https://github.com/ansible-collections/amazon.aws/issues/1101, https://github.com/ansible-community/antsibull-docs/pull/54).
31+
- Make ``lint-collection-docs --plugin-docs`` subcommand actually work (https://github.com/ansible-community/antsibull-docs/pull/47).
32+
833
v1.6.1
934
======
1035

changelogs/changelog.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,3 +209,40 @@ releases:
209209
- 1.6.1.yml
210210
- 43-version-added.yml
211211
release_date: '2022-09-27'
212+
1.7.0:
213+
changes:
214+
bugfixes:
215+
- Avoid long aliases list to make left column too wide (https://github.com/ansible-collections/amazon.aws/issues/1101,
216+
https://github.com/ansible-community/antsibull-docs/pull/54).
217+
- Make ``lint-collection-docs --plugin-docs`` subcommand actually work (https://github.com/ansible-community/antsibull-docs/pull/47).
218+
minor_changes:
219+
- Add ``--intersphinx`` option to the ``sphinx-init`` subcommand to allow adding
220+
additional ``intersphinx_mapping`` entries to ``conf.py`` (https://github.com/ansible-community/antsibull-docs/issues/35,
221+
https://github.com/ansible-community/antsibull-docs/pull/44).
222+
- Allow the ``toctree`` entries for in a collection's ``docs/docsite/extra-docs.yml``
223+
to be a dictionary with ``ref`` and ``title`` keys instead of just a reference
224+
as a string (https://github.com/ansible-community/antsibull-docs/pull/45).
225+
- Antsibull-docs now depends on `packaging <https://pypi.org/project/packaging/>`__
226+
(https://github.com/ansible-community/antsibull-docs/pull/49).
227+
- The collection index pages now contain the supported versions of ansible-core
228+
of the collection in case collection's ``meta/runtime.yml`` specifies ``requires_ansible``
229+
(https://github.com/ansible-community/antsibull-docs/issues/48, https://github.com/ansible-community/antsibull-docs/pull/49).
230+
- The output of the ``lint-collection-docs`` command has been improved; in particular
231+
multi-line messages are now indented (https://github.com/ansible-community/antsibull-docs/pull/52).
232+
- Use ``ansible --version`` to figure out ansible-core version when ansible-core
233+
is not installed for the same Python interpreter / venv that is used for antsibull-docs
234+
(https://github.com/ansible-community/antsibull-docs/pull/50).
235+
- Use code formatting for all values, such as choice entries, defaults, and
236+
samples (https://github.com/ansible-community/antsibull-docs/issues/38, https://github.com/ansible-community/antsibull-docs/pull/42).
237+
release_summary: Bugfix and feature release.
238+
fragments:
239+
- 1.7.0.yml
240+
- 42-code-rendering.yml
241+
- 44-intersphinx.yml
242+
- 45-extra-docs-toctree.yml
243+
- 47-fix-lint-plugin-docs.yml
244+
- 49-collection-supported-ansible-core.yml
245+
- 50-ansible-version-fallback.yml
246+
- 52-lint-collection-docs-output.yml
247+
- 54-css.yml
248+
release_date: '2022-10-07'

changelogs/fragments/1.7.0.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/fragments/42-code-rendering.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/44-intersphinx.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/45-extra-docs-toctree.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/47-fix-lint-plugin-docs.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/49-collection-supported-ansible-core.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/50-ansible-version-fallback.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/52-lint-collection-docs-output.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)