Merge "Add RSS feed"

This commit is contained in:
Jenkins 2014-09-29 18:59:27 +00:00 committed by Gerrit Code Review
commit 6a0e71402a
2 changed files with 7 additions and 1 deletions

View File

@ -34,9 +34,14 @@ extensions = ['sphinx.ext.autodoc',
'sphinxcontrib.actdiag',
'sphinxcontrib.seqdiag',
'sphinxcontrib.nwdiag',
'oslosphinx'
'oslosphinx',
'yasfb',
]
# Feed configuration for yasfb
feed_base_url = 'http://specs.openstack.org/openstack/glance-specs'
feed_author = 'OpenStack Glance Team'
todo_include_todos = True
# Add any paths that contain templates here, relative to this directory.

View File

@ -12,3 +12,4 @@ sphinxcontrib-nwdiag
sphinxcontrib-seqdiag
testrepository>=0.0.18
testtools>=0.9.34
yasfb>=0.5.1