Switch over to oslosphinx

oslosphinx is the new name of oslo.sphinx

Closes-Bug: #1277168
Change-Id: I717c92bf62b8820517d1c0f1f83c75713a680ed7
This commit is contained in:
Dirk Mueller 2014-02-13 14:41:55 +01:00
parent b2eab841d9
commit 5f5641482c
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'oslo.sphinx']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'oslosphinx']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

View File

@ -3,4 +3,4 @@ Babel>=1.3
coverage>=3.6
mox>=0.5.3
sphinx>=1.1.2,<1.2
oslo.sphinx
oslosphinx