Go to file
su-fang 7a1607eedb changed debian/source/format to native 2023-02-02 17:11:47 +08:00
debian changed debian/source/format to native 2023-02-02 17:11:47 +08:00
src Import Upstream version 1.0.1 2023-02-02 17:11:46 +08:00
CHANGES.rst Import Upstream version 1.0.1 2023-02-02 17:11:46 +08:00
LICENSE.rst Import Upstream version 1.0.1 2023-02-02 17:11:46 +08:00
MANIFEST.in Import Upstream version 1.0.1 2023-02-02 17:11:46 +08:00
PKG-INFO Import Upstream version 1.0.1 2023-02-02 17:11:46 +08:00
README.rst Import Upstream version 1.0.1 2023-02-02 17:11:46 +08:00
setup.cfg Import Upstream version 1.0.1 2023-02-02 17:11:46 +08:00
setup.py Import Upstream version 1.0.1 2023-02-02 17:11:46 +08:00

README.rst

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:

.. code-block:: text

    $ pip install sphinxcontrib-log-cabinet

Enable:

.. code-block:: python

    extensions = [
        ...,
        "sphinxcontrib.log_cabinet",
        ...,
    ]

Configure:

``log_cabinet_collapse_all``

    By default, current changes and deprecations are not collapsed. Set
    this to ``True`` to collapse all changes.