Switch over to oslosphinx

oslosphinx is the new name of oslo.sphinx

Closes-Bug: #1277168
Change-Id: I9c52b7ad5459c51ed3d2a92d9011c34c9de4de5a
This commit is contained in:
Dirk Mueller 2014-02-13 14:35:23 +01:00 committed by Dolph Mathews
parent 5cf7dd1344
commit 40898f1bd0
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