Merge "Switch over to oslosphinx"

This commit is contained in:
Jenkins 2014-03-05 12:28:59 +00:00 committed by Gerrit Code Review
commit 44b78cd55f
3 changed files with 4 additions and 4 deletions

View File

@ -7,12 +7,12 @@ For user and admin docs, go to the directory `doc/docbkx`.
Dependencies
============
You'll need to install python *Sphinx* package and *oslo.sphinx*
You'll need to install python *Sphinx* package and *oslosphinx*
package:
::
sudo pip install sphinx oslo.sphinx
sudo pip install sphinx oslosphinx
If you are using the virtualenv you'll need to install them in the
virtualenv.

View File

@ -193,7 +193,7 @@ extensions = ['sphinx.ext.autodoc',
'sphinx.ext.pngmath',
'sphinx.ext.viewcode',
'sphinx.ext.doctest',
'oslo.sphinx',
'oslosphinx',
'ext.resources']
todo_include_todos = True

View File

@ -10,5 +10,5 @@ testrepository>=0.0.18
testscenarios>=0.4
python-glanceclient>=0.9.0
sphinx>=1.1.2,<1.2
oslo.sphinx
oslosphinx
lockfile>=0.8