From: Dirk Mueller Date: Thu, 13 Feb 2014 13:54:44 +0000 (+0100) Subject: Switch over to oslosphinx X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=ea7d4a599224b5d0c7674d03993bbe72c49f0d51;p=openstack-build%2Fcinder-build.git Switch over to oslosphinx oslosphinx is the new name of oslo.sphinx Closes-Bug: #1277168 Change-Id: Ib30a4a5eb3a86ad5c03324a59e1a8ee4d4897a70 --- diff --git a/doc/source/conf.py b/doc/source/conf.py index 97ee288ba..42a434041 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -35,7 +35,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig', 'sphinx.ext.graphviz', - 'oslo.sphinx', + 'oslosphinx', ] # autodoc generation is a bit aggressive and a nuisance diff --git a/test-requirements.txt b/test-requirements.txt index 15308b949..56746da83 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,4 +13,4 @@ sphinx>=1.1.2,<1.2 python-subunit>=0.0.18 testtools>=0.9.34 testrepository>=0.0.18 -oslo.sphinx +oslosphinx