Added olso sphinx, and enabled it for building docs

Change-Id: I37b7f4079e54f901866d092b52f27e79a6714539
This commit is contained in:
Graham Hayes 2014-06-26 10:37:11 +01:00
parent ed6891d002
commit 0dc48ee793
2 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import sys, os
# 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.viewcode', 'sphinxcontrib.httpdomain']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinxcontrib.httpdomain', 'oslosphinx']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

View File

@ -26,3 +26,4 @@ dnspython>=1.9.4
posix_ipc
oslotest
oslo.db>=0.2.0 # Apache-2.0
oslosphinx