File 0001-Switch-over-to-oslosphinx.patch of Package python-oslo.config
From 8e7572d827f4ca578694b2c9a5b25c67f517a064 Mon Sep 17 00:00:00 2001
From: Dirk Mueller <dirk@dmllr.de>
Date: Thu, 13 Feb 2014 14:22:26 +0100
Subject: [PATCH] Switch over to oslosphinx
Change-Id: I419fe50d66fa0c1ac48deca2286ae7c4b922d72d
---
doc/source/conf.py | 2 +-
test-requirements.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Index: oslo.config-1.2.1/doc/source/conf.py
===================================================================
--- oslo.config-1.2.1.orig/doc/source/conf.py
+++ oslo.config-1.2.1/doc/source/conf.py
@@ -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.
Index: oslo.config-1.2.1/test-requirements.txt
===================================================================
--- oslo.config-1.2.1.orig/test-requirements.txt
+++ oslo.config-1.2.1/test-requirements.txt
@@ -14,4 +14,4 @@ coverage>=3.6
# this is required for the docs build jobs
sphinx>=1.1.2
-oslo.sphinx
+oslosphinx