From 5f5641482c4c841a657daa66752fbab71de3308a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 13 Feb 2014 14:41:55 +0100 Subject: [PATCH] Switch over to oslosphinx oslosphinx is the new name of oslo.sphinx Closes-Bug: #1277168 Change-Id: I717c92bf62b8820517d1c0f1f83c75713a680ed7 --- 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 878f9967..93e060be 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -23,7 +23,7 @@ # 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', 'oslo.sphinx'] +extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'oslosphinx'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] diff --git a/test-requirements.txt b/test-requirements.txt index 83de3622..73ba6e5d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,4 +3,4 @@ Babel>=1.3 coverage>=3.6 mox>=0.5.3 sphinx>=1.1.2,<1.2 -oslo.sphinx +oslosphinx