Switch to oslosphinx

It was renamed.

Change-Id: Ibfbcda80235998c1a0f8516483ddaff342f72450
Closes-Bug: #1277168
This commit is contained in:
Sergey Lukjanov 2014-03-26 15:26:33 +04:00
parent 0f6aa7e63e
commit fa3cbf93da
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ extensions = ['sphinx.ext.autodoc',
'sphinx.ext.pngmath',
'sphinx.ext.ifconfig',
'sphinx.ext.graphviz',
'oslo.sphinx',
'oslosphinx',
]
todo_include_todos = True

View File

@ -10,7 +10,7 @@ psycopg2
pylint==0.25.2
python-subunit
sphinx>=1.1.2,<1.2
oslo.sphinx
oslosphinx
testrepository>=0.0.17
testtools>=0.9.32