sphinxcontrib.towncrier package¶
Submodules¶
- sphinxcontrib.towncrier._data_transformers module
- sphinxcontrib.towncrier._fragment_discovery module
- sphinxcontrib.towncrier._scm_version module
- sphinxcontrib.towncrier._towncrier module
- sphinxcontrib.towncrier._version module
- sphinxcontrib.towncrier.ext module
Module contents¶
Sphinx extension for injecting an unreleased changelog into docs.
This is an importable package containing the whole project. The Sphinx
extension entry point is declared in the ext
submodule.
To use this extension, add the following to your conf.py
:
extensions = ['sphinxcontrib.towncrier.ext']