From 96df098becbc33ecc28a8ea89e352b443cb34a2e Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Mon, 10 Mar 2014 13:32:08 +0100 Subject: [PATCH] Switch over to oslosphinx oslosphinx is the new name of oslo.sphinx Closes-Bug: #1277168 Change-Id: I4cebcffb36724d699147a26eb1132b122cfe669c --- 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 e912ce739c..2e00cc0179 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -144,7 +144,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.viewcode', - 'oslo.sphinx', + 'oslosphinx', ] # Add any paths that contain templates here, relative to this directory. diff --git a/test-requirements.txt b/test-requirements.txt index 5db0d7200d..997c997f13 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,7 +8,7 @@ nose-exclude nosehtmloutput>=0.0.3 nosexcover openstack.nose_plugin>=0.7 -oslo.sphinx +oslosphinx selenium sphinx>=1.1.2,<1.2 testtools>=0.9.34