Release Summary
Feature and bugfix release.
Minor Changes
- Add new options
--project
,--copyright
,--title
,--html-short-title
,--extra-conf
,--extra-html-context
, and--extra-html-theme-options
to thesphinx-init
subcommand to allow to customize the generatedconf.py
Sphinx configuration (#77). - Automatically use a module's or plugin's short description as the "See also" description if no description is provided (#64, #74).
- It is now possible to provide a path to an existing file to be used as
rst/index.rst
forantsibull-docs sphinx-init
(#68). - Make compatible with antsibull-core 2.x.y (#78).
- Remove support for
forced_action_plugin
, a module attribute that was removed during the development phase of attributes (#63). - Stop mentioning the version features were added for Ansible if the Ansible version is before 2.7 (#76).
- The default
index.rst
created byantsibull-docs sphinx-init
includes the new environment variable index (#80). - Use correct markup (
envvar
role) for environment variables. Compile an index of all environment variables used by plugins (#73).
Bugfixes
- Make sure that
build.sh
created by thesphinx-init
subcommand sets proper permissions for antsibull-docs on thetemp-rst
directory it creates (#79).