Switch over to oslosphinx

oslosphinx is the new name of oslo.sphinx

Closes-Bug: #1277168
Change-Id: I4cebcffb36724d699147a26eb1132b122cfe669c
This commit is contained in:
Cyril Roelandt 2014-03-10 13:32:08 +01:00
parent 537dbacdcc
commit 96df098bec
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ extensions = ['sphinx.ext.autodoc',
'sphinx.ext.coverage',
'sphinx.ext.pngmath',
'sphinx.ext.viewcode',
'oslo.sphinx',
'oslosphinx',
]
# Add any paths that contain templates here, relative to this directory.

View File

@ -8,7 +8,7 @@ nose-exclude
nosehtmloutput>=0.0.3
nosexcover
openstack.nose_plugin>=0.7
oslo.sphinx
oslosphinx
selenium
sphinx>=1.1.2,<1.2
testtools>=0.9.34