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:
parent
29b84bfc3e
commit
d779a98718
@ -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/neutron-specs'
|
||||
feed_author = 'OpenStack Neutron Team'
|
||||
|
||||
todo_include_todos = True
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
|
@ -12,3 +12,4 @@ sphinxcontrib-nwdiag
|
||||
sphinxcontrib-seqdiag
|
||||
testrepository>=0.0.18
|
||||
testtools>=0.9.34
|
||||
yasfb>=0.5.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user