Merge "Add RSS feed"

This commit is contained in:
Jenkins 2014-11-17 18:42:29 +00:00 committed by Gerrit Code Review
commit 558de6cf54
2 changed files with 8 additions and 2 deletions

View File

@ -23,7 +23,8 @@ sys.path.insert(0, os.path.abspath('../..'))
extensions = [ extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.autodoc',
#'sphinx.ext.intersphinx', #'sphinx.ext.intersphinx',
'oslosphinx' 'oslosphinx',
'yasfb',
] ]
# Optionally allow the use of sphinxcontrib.spelling to verify the # Optionally allow the use of sphinxcontrib.spelling to verify the
@ -34,6 +35,10 @@ try:
except ImportError: except ImportError:
pass pass
# Feed configuration for yasfb
feed_base_url = 'http://specs.openstack.org/openstack/trove-specs'
feed_author = 'OpenStack Development Team'
# autodoc generation is a bit aggressive and a nuisance when doing heavy # autodoc generation is a bit aggressive and a nuisance when doing heavy
# text edit cycles. # text edit cycles.
# execute "export SPHINX_DEBUG=1" in your terminal to disable # execute "export SPHINX_DEBUG=1" in your terminal to disable
@ -80,4 +85,4 @@ latex_documents = [
] ]
# Example configuration for intersphinx: refer to the Python standard library. # Example configuration for intersphinx: refer to the Python standard library.
#intersphinx_mapping = {'http://docs.python.org/': None} #intersphinx_mapping = {'http://docs.python.org/': None}

View File

@ -1,3 +1,4 @@
pbr>=0.6,<1.0 pbr>=0.6,<1.0
oslosphinx oslosphinx
sphinx>=1.1.2,<1.2 sphinx>=1.1.2,<1.2
yasfb>=0.5.1