Yet Another Sphinx Feed Builder
Project description
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.
Usage
Install sphinxfeed using easy_install / pip / python setup.py install
Add sphinxfeed to the list of extensions in your conf.py:
extensions = [..., 'sphinxfeed']
Customise the necessary configuration options to correctly generate the feed:
feed_base_url = 'http://YOUR_HOST_URL' feed_author = 'YOUR NAME'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
yasfb-0.4.0.tar.gz
(3.8 kB
view hashes)