Switch over to oslosphinx
oslosphinx is the new name of oslo.sphinx Closes-Bug: #1277168 Change-Id: Ibfb9e59fbb3ef51a821b4f412601e26cb7f703f4
This commit is contained in:
parent
209827826b
commit
82ba4286e0
@ -30,7 +30,7 @@ extensions = ['sphinx.ext.autodoc',
|
|||||||
'sphinx.ext.intersphinx',
|
'sphinx.ext.intersphinx',
|
||||||
'sphinx.ext.todo',
|
'sphinx.ext.todo',
|
||||||
'sphinx.ext.viewcode',
|
'sphinx.ext.viewcode',
|
||||||
'oslo.sphinx'
|
'oslosphinx'
|
||||||
]
|
]
|
||||||
|
|
||||||
todo_include_todos = True
|
todo_include_todos = True
|
||||||
|
@ -3,7 +3,7 @@ hacking>=0.8.0,<0.9
|
|||||||
docutils==0.9.1
|
docutils==0.9.1
|
||||||
sphinx>=1.1.2,<1.2
|
sphinx>=1.1.2,<1.2
|
||||||
python-subunit>=0.0.18
|
python-subunit>=0.0.18
|
||||||
oslo.sphinx
|
oslosphinx
|
||||||
mox>=0.5.3
|
mox>=0.5.3
|
||||||
mock>=1.0
|
mock>=1.0
|
||||||
coverage>=3.6
|
coverage>=3.6
|
||||||
|
Loading…
Reference in New Issue
Block a user