From f143930b1dca4088f3a1c001b22f27a4156fb2d3 Mon Sep 17 00:00:00 2001
From: Antoine Musso <hashar@free.fr>
Date: Tue, 4 Mar 2014 00:47:49 +0100
Subject: [PATCH] Doc: oslo.sphinx -> oslosphinx

The sphinx theme has been renamed as seen in I87ca3e6c10. Side effect:
that will bump the theme to version 2.0.

There is still an occurence of 'oslo.sphinx' in the gerritbot:
  modules/gerritbot/files/gerritbot_channel_config.yaml

No idea what it is for so I left it untouched.

Change-Id: Id63db363470c85c8a151be6643f6810e653fb8de
---
 doc/source/conf.py    | 2 +-
 test-requirements.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/source/conf.py b/doc/source/conf.py
index 34e207517f..6b471948bd 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -30,7 +30,7 @@ sys.path.insert(0, os.path.abspath('.'))
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 extensions = [
     'custom_roles',
-    'oslo.sphinx',
+    'oslosphinx',
 ]
 
 # Add any paths that contain templates here, relative to this directory.
diff --git a/test-requirements.txt b/test-requirements.txt
index afe5050d7d..3e36c602a9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,4 +1,4 @@
 hacking>=0.5.6,<0.8
 sphinx>=1.1.2,<1.2
 docutils==0.9.1
-oslo.sphinx
+oslosphinx