Switch over to oslosphinx

oslosphinx is the new name of oslo.sphinx

Change-Id: I70ac51fcd7148832f94b7aae5049893bc650846d
Closes-Bug: #1277168
This commit is contained in:
Dirk Mueller 2014-02-14 18:52:42 +01:00
parent c1a56c3cce
commit f487cff435
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ sys.path.insert(0, os.path.abspath('../..'))
# 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.intersphinx', 'oslo.sphinx']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'oslosphinx']
# autodoc generation is a bit aggressive and a nuisance when doing heavy
# text edit cycles.

View File

@ -3,7 +3,7 @@ discover
fixtures>=0.3.14
python-subunit>=0.0.18
sphinx>=1.1.2,<1.2
oslo.sphinx
oslosphinx
testrepository>=0.0.17
testscenarios>=0.4
testtools>=0.9.34