sphinx_ext¶
This module contains functionality that allows automatically rendering changelogs in
Sphinx documentation using chango.
See also
- chango.sphinx_ext.setup(app)¶
Sets up the
changoSphinx extension. This currently does two things:Adds the
changodirective to Sphinx, which allows you to include changelogs in your documentation.Adds a configuration value
chango_pyproject_toml_pathto the Sphinx configuration, which allows you to specify the path to thepyproject.tomlfile that contains the chango configuration.
- Parameters:
app (
sphinx.application.Sphinx) – The Sphinx application object.- Returns:
- A dictionary containing metadata about the
extension.
- Return type:
dict[
str,typing.Any]