Merge "Switch over to oslosphinx"

This commit is contained in:
Jenkins 2014-02-18 15:53:06 +00:00 committed by Gerrit Code Review
commit ddea84840b
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ extensions = ['sphinx.ext.autodoc',
'sphinx.ext.todo',
'sphinx.ext.coverage',
'sphinx.ext.viewcode',
'oslo.sphinx',
'oslosphinx',
# NOTE(dstanek): Uncomment the [pbr] section in setup.cfg and
# remove this Sphinx extension when
# https://launchpad.net/bugs/1260495 is fixed.

View File

@ -37,7 +37,7 @@ requests>=1.1
keyring>=1.6.1,<2.0,>=2.1
# For documentation
oslo.sphinx
oslosphinx
# Used only by oslo
kombu>=2.4.8