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 depedency on ``collective.sphinx.includechangelog``.

And just add into your sphinx document::

.. includechangelog:: your.package

