This Sphinx extension is derived from Dan Mackinlay's sphinxcontrib.feed package.
It relies on the feedformatter package instead of Django utils to generate the feed.
Install
sphinxfeedusingeasy_install/pip/python setup.py installAdd
sphinxfeedto the list of extensions in yourconf.py:extensions = [..., 'sphinxfeed']
Customise the necessary configuration options to correctly generate the feed:
feed_base_url = 'http://YOUR_HOST_URL' feed_author = 'YOUR NAME'