Skip to main content

Sphinx extension for generating RSS feeds

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

  1. Install sphinxfeed using easy_install / pip / python setup.py install

  2. Add sphinxfeed to the list of extensions in your conf.py:

    extensions = [..., 'sphinxfeed']
  3. Customise the necessary configuration options to correctly generate the feed:

    feed_base_url = 'http://YOUR_HOST_URL'
    feed_author = 'YOUR NAME'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sphinxfeed-0.3.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page