Blob Blame History Raw
From fb03e461cbb26f7c561eba4814cc4631997f8107 Mon Sep 17 00:00:00 2001
From: Jakub Ruzicka <jruzicka@redhat.com>
Date: Wed, 13 Aug 2014 16:02:22 +0200
Subject: [PATCH] Use oslo.sphinx instead of oslosphinx

---
 doc/source/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/conf.py b/doc/source/conf.py
index e37b8b8..81cb565 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -88,7 +88,7 @@ gen_ref("v3", "Version 3 API Reference",
 # 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', 'oslosphinx']
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'oslo.sphinx']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']