From e777cf8bce25117bced48b8b9be190ddb5987cec Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 10 Sep 2014 15:06:53 -0400 Subject: [PATCH] Add RSS feed Publish an RSS feed of the changes to the specs repository to make the specs more discoverable. Change-Id: Ib4f84efab8b3af3ddd47d38d63a91362612bd655 --- doc/source/conf.py | 7 ++++++- requirements.txt | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 077acea..697de53 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -22,9 +22,14 @@ sys.path.insert(0, os.path.abspath('../..')) # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = [ 'sphinx.ext.autodoc', - 'oslosphinx' + 'oslosphinx', + 'yasfb', ] +# Feed configuration for yasfb +feed_base_url = 'http://specs.openstack.org/openstack/swift-specs' +feed_author = 'OpenStack Swift Team' + # Optionally allow the use of sphinxcontrib.spelling to verify the # spelling of the documents. try: diff --git a/requirements.txt b/requirements.txt index 3488df6..d35748f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ oslosphinx sphinx>=1.1.2,<1.2 +yasfb>=0.5.1