From 40e68657d59e203187cd150af769bd8aee521d64 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 12 Mar 2014 10:19:46 -0700 Subject: [PATCH] Switch to oslosphinx Use the version of the doc theme without the namespace package. Partial-bug: #1277168 Change-Id: I7788a9d6b5984fdfcc4678f2182104d2eb8a2be0 --- 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 5f363d14..9026d822 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -40,7 +40,7 @@ extensions = [ 'sphinx.ext.coverage', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode', - 'oslo.sphinx', + 'oslosphinx', ] todo_include_todos = True diff --git a/test-requirements.txt b/test-requirements.txt index 080ceb16..77e3a4ca 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,4 +12,4 @@ testrepository>=0.0.18 testtools>=0.9.34 sphinx>=1.1.2,<1.2 -oslo.sphinx +oslosphinx