From 9ba48e2a87cf2a08b8ba9f46291fa7397d9bfb8b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 13 Feb 2014 14:52:53 +0100 Subject: [PATCH] Switch over to oslosphinx oslosphinx is the new name of oslo.sphinx Change-Id: I4a1ba671f581dd42115104ef752fa99f87fe802e --- 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 8dc2d75e0..02e97e101 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -150,7 +150,7 @@ extensions = [ 'sphinx.ext.pngmath', 'sphinx.ext.viewcode', 'sphinxcontrib.pecanwsme.rest', - 'oslo.sphinx', + 'oslosphinx', 'sphinxcontrib.docbookrestapi.setup' ] diff --git a/test-requirements.txt b/test-requirements.txt index 24e2b35c3..1d2a1139f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,7 +10,7 @@ mock>=1.0 mox>=0.5.3 # Docs Requirements docutils==0.9.1 -oslo.sphinx +oslosphinx python-subunit>=0.0.18 sphinx>=1.1.2,<1.2 sphinxcontrib-docbookrestapi