Switch to oslosphinx

Use the version of the doc theme without the namespace
package.

Partial-bug: #1277168
Change-Id: I7788a9d6b5984fdfcc4678f2182104d2eb8a2be0
This commit is contained in:
Doug Hellmann 2014-03-12 09:54:44 -07:00
parent b05fbfa6d4
commit 18351c2085
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ sys.path.insert(0, os.path.abspath('../..'))
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'oslo.sphinx']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'oslosphinx']
# autodoc generation is a bit aggressive and a nuisance when doing heavy
# text edit cycles.

View File

@ -4,7 +4,7 @@ fixtures>=0.3.14
flake8==2.0
mock>=1.0
python-subunit>=0.0.18
oslo.sphinx
oslosphinx
sphinx>=1.1.2,<1.2
testrepository>=0.0.18
testresources>=0.2.4