Add RSS feed

Publish an RSS feed of the changes to the specs repository to make the
specs more discoverable.

Change-Id: Ib4f84efab8b3af3ddd47d38d63a91362612bd655
This commit is contained in:
Doug Hellmann 2014-09-10 12:02:20 -04:00
parent 6a5505f9ce
commit a99aed18ba
2 changed files with 6 additions and 0 deletions

View File

@ -33,8 +33,13 @@ extensions = ['sphinx.ext.autodoc',
'sphinx.ext.todo',
'sphinx.ext.viewcode',
'oslosphinx',
'yasfb',
]
# Feed configuration for yasfb
feed_base_url = 'http://specs.openstack.org/openstack/barbican-specs'
feed_author = 'OpenStack Barbican Team'
todo_include_todos = True
# Add any paths that contain templates here, relative to this directory.

View File

@ -4,3 +4,4 @@ sphinx>=1.1.2,<1.2
sphinx_rtd_theme
testrepository>=0.0.18
testtools>=0.9.34
yasfb>=0.5.1