Merge "Add RSS feed"
This commit is contained in:
commit
0075fac37c
@ -23,9 +23,14 @@ sys.path.insert(0, os.path.abspath('../..'))
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
#'sphinx.ext.intersphinx',
|
||||
'oslosphinx'
|
||||
'oslosphinx',
|
||||
'yasfb',
|
||||
]
|
||||
|
||||
# Feed configuration for yasfb
|
||||
feed_base_url = 'http://specs.openstack.org/openstack/zaqar-specs'
|
||||
feed_author = 'OpenStack Zaqar Team'
|
||||
|
||||
# Optionally allow the use of sphinxcontrib.spelling to verify the
|
||||
# spelling of the documents.
|
||||
try:
|
||||
|
@ -1,3 +1,4 @@
|
||||
pbr>=0.6,<1.0
|
||||
oslosphinx>=2.2.0.0a2
|
||||
sphinx>=1.1.2,<1.2
|
||||
yasfb>=0.5.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user