Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 324e8d0d055822f68a1b871ed2f2bb7c > files > 15

python3-sphinxcontrib-log-cabinet-1.0.0-1.mga7.noarch.rpm

sphinxcontrib-log-cabinet
=========================

Organize changelogs generated by ``versionadded``, ``versionchanged``,
``deprecated`` directives. The log will be sorted by newest to oldest version.
For HTML docs, older versions will be collapsed by default.

Install::

    pip install sphinxcontrib-log-cabinet

Enable::

    extensions = ['sphinxcontrib.log_cabinet']

Configure::

    # False means current changes and all deprecations are not collapsed
    changelog_collapse_all = False