Metadata-Version: 2.0
Name: sphinxcontrib-log-cabinet
Version: 1.0.0
Summary: Organize changelog directives in Sphinx docs.
Home-page: http://bitbucket.org/davidism/sphinxcontrib-log-cabinet
Author: David Lord
Author-email: davidism@gmail.com
License: BSD
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Sphinx :: Extension
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
Requires-Dist: sphinx

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


