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
sphinxfeed
usingeasy_install
/pip
/python setup.py install
Add
sphinxfeed
to 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'