collective.sphinx.includechangelog

Include changelog extracted from egg information into sphinx documentation.


Keywords
sphinx, changelog
License
GPL-2.0+
Install
pip install collective.sphinx.includechangelog==0.1.1

Documentation

Introduction

Tired of copy paste HISTORY.txt to sphinx documentation, this package just do the same but via code (using setuptools methods).

Usage

Add a dependency on collective.sphinx.includechangelog.

And just add into your sphinx document:

.. includechangelog:: your.package