1.6.0
Release Summary
Bugfix and feature release.
Minor Changes
- Allow to specify choices as dictionary instead of list (#36).
- Use JSON serializer to format choices (#37).
- Use special serializer to format INI values in examples (#37).
Bugfixes
- Avoid collection names with
_
in them appear wrongly escaped in the HTML output (#41). - For INI examples which have no default, write
VALUE
as intended instead ofNone
(#37). - Format lists correctly for INI examples (#37).
- The
sphinx-init
subcommand'srequirement.txt
file avoids Sphinx 5.2.0.post0, which triggers a bug in sphinx-rtd-theme which happens to be the parent theme of the default theme sphinx_ansible_theme used bysphinx-init
(#39, #40).