Switch over to oslosphinx

oslosphinx is now available as a replacement for oslo.sphinx that
won't conflict with oslo.config in virtual envs

Change-Id: I5462913d8c633239e0f3187de128fd539ff34b34
Closes-Bug: #1277168
This commit is contained in:
Dirk Mueller 2014-02-13 18:04:08 +01:00
parent d65be90a53
commit de1dd76a69
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ sys.path.insert(0, os.path.abspath('./'))
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'oslo.sphinx',
'oslosphinx',
'ext.extract_docs'
]

View File

@ -1,2 +1,2 @@
oslo.sphinx
oslosphinx
sphinx>=1.1.2,<1.2