Skip to content

junkafarian/sphinxfeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sphinxfeed

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'
    

About

Automatically generates an RSS feed when a build is run

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages