Merge "Add RSS feed"
This commit is contained in:
commit
d6ae674173
@ -31,8 +31,13 @@ extensions = ['sphinx.ext.autodoc',
|
|||||||
'sphinx.ext.todo',
|
'sphinx.ext.todo',
|
||||||
'sphinx.ext.viewcode',
|
'sphinx.ext.viewcode',
|
||||||
'oslosphinx',
|
'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
|
# Optionally allow the use of sphinxcontrib.spelling to verify the
|
||||||
# spelling of the documents.
|
# spelling of the documents.
|
||||||
try:
|
try:
|
||||||
|
@ -2,3 +2,4 @@ pbr>=0.6,!=0.7,<1.0
|
|||||||
oslosphinx
|
oslosphinx
|
||||||
sphinx>=1.1.2,!=1.2.0,<1.3
|
sphinx>=1.1.2,!=1.2.0,<1.3
|
||||||
argparse
|
argparse
|
||||||
|
yasfb>=0.5.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user