Skip to content

sphinx-contrib/yasfb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yasfb

This Sphinx extension is derived Fergus Doyle's sphinxfeed which is in turn derived from Dan Mackinlay's sphinxcontrib.feed package.

Usage

  1. Install yasfb using easy_install / pip / python setup.py install
  2. Add yasfb to the list of extensions in your conf.py:

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

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

Publishing Dates

Publish dates for feed entries come from either reST metadata embedded in the file, or the last git commit date for a file.

About

Automatically generates an RSS feed when a build is run

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%