Merge "Switch over to oslosphinx"

This commit is contained in:
Jenkins 2014-03-27 21:24:50 +00:00 committed by Gerrit Code Review
commit 5c6ca40b3c
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ extensions = ['sphinx.ext.autodoc',
'sphinx.ext.coverage',
'sphinx.ext.pngmath',
'sphinx.ext.viewcode',
'oslo.sphinx',
'oslosphinx',
]
# Add any paths that contain templates here, relative to this directory.

View File

@ -8,7 +8,7 @@ nose-exclude
nosehtmloutput>=0.0.3
nosexcover
openstack.nose_plugin>=0.7
oslo.sphinx
oslosphinx
selenium
sphinx>=1.1.2,<1.2
testtools>=0.9.34