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 14:54:12 -04:00
parent 03c45bfe62
commit 6d993057d3
2 changed files with 6 additions and 0 deletions

View File

@@ -31,8 +31,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/qa-specs'
feed_author = 'OpenStack QA Team'
# Optionally allow the use of sphinxcontrib.spelling to verify the
# spelling of the documents.
try:

View File

@@ -3,3 +3,4 @@ docutils==0.9.1
oslosphinx
sphinx>=1.1.2,!=1.2.0,<1.3
argparse
yasfb>=0.5.1