From 82ba4286e0ed3b6633ea9a97200fa6301776f4f7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 13 Feb 2014 14:27:54 +0100 Subject: [PATCH] Switch over to oslosphinx oslosphinx is the new name of oslo.sphinx Closes-Bug: #1277168 Change-Id: Ibfb9e59fbb3ef51a821b4f412601e26cb7f703f4 --- 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 e5444ae67a..bd4e553306 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -30,7 +30,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.viewcode', - 'oslo.sphinx' + 'oslosphinx' ] todo_include_todos = True diff --git a/test-requirements.txt b/test-requirements.txt index 3fe2f277ee..8d64167722 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ hacking>=0.8.0,<0.9 docutils==0.9.1 sphinx>=1.1.2,<1.2 python-subunit>=0.0.18 -oslo.sphinx +oslosphinx mox>=0.5.3 mock>=1.0 coverage>=3.6