From 0dc48ee793b5ebc919667256723e5758d15d94d1 Mon Sep 17 00:00:00 2001 From: Graham Hayes Date: Thu, 26 Jun 2014 10:37:11 +0100 Subject: [PATCH] Added olso sphinx, and enabled it for building docs Change-Id: I37b7f4079e54f901866d092b52f27e79a6714539 --- doc/source/conf.py | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 21d609bee..c4728ca80 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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'] diff --git a/requirements.txt b/requirements.txt index 19b4979e0..caf3d46aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,3 +26,4 @@ dnspython>=1.9.4 posix_ipc oslotest oslo.db>=0.2.0 # Apache-2.0 +oslosphinx