From 594ebed89de66ca22241c5fa159f4d285ea0d498 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 10 Sep 2014 14:24:37 -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 | 9 +++++++-- requirements.txt | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 4f5dc4ea..602847d2 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -23,9 +23,14 @@ sys.path.insert(0, os.path.abspath('../..')) extensions = [ 'sphinx.ext.autodoc', #'sphinx.ext.intersphinx', - 'oslosphinx' + 'oslosphinx', + 'yasfb', ] +# Feed configuration for yasfb +feed_base_url = 'http://specs.openstack.org/openstack/heat-specs' +feed_author = 'OpenStack Heat Team' + # Optionally allow the use of sphinxcontrib.spelling to verify the # spelling of the documents. try: @@ -80,4 +85,4 @@ latex_documents = [ ] # Example configuration for intersphinx: refer to the Python standard library. -#intersphinx_mapping = {'http://docs.python.org/': None} \ No newline at end of file +#intersphinx_mapping = {'http://docs.python.org/': None} diff --git a/requirements.txt b/requirements.txt index 6e29eb6e..bf630306 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ pbr>=0.6,<1.0 oslosphinx sphinx>=1.1.2,<1.2 +yasfb>=0.5.1