From fa3cbf93da8977834f88ca06ed288577215e5028 Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Wed, 26 Mar 2014 15:26:33 +0400 Subject: [PATCH] Switch to oslosphinx It was renamed. Change-Id: Ibfbcda80235998c1a0f8516483ddaff342f72450 Closes-Bug: #1277168 --- 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 f98304e9e..7aa5bc8e6 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', ] todo_include_todos = True diff --git a/test-requirements.txt b/test-requirements.txt index 61e88b498..5976cd4af 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,7 +10,7 @@ psycopg2 pylint==0.25.2 python-subunit sphinx>=1.1.2,<1.2 -oslo.sphinx +oslosphinx testrepository>=0.0.17 testtools>=0.9.32