From 3b6a3bfab3f021d4a3aca312753a8935c7e96b31 Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Tue, 20 Oct 2015 06:22:31 -0600 Subject: [PATCH] Remove dependency on sphinxcontrib-docbookrestapi This Sphinx extension is no longer used nor maintained and can be safely removed. Change-Id: I08b835e6441d233a06daeb6b0abf74e8a3ea713d --- doc/source/conf.py | 1 - test-requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 5f272fc16..ebd207446 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -46,7 +46,6 @@ extensions = [ 'sphinx.ext.viewcode', 'sphinxcontrib.pecanwsme.rest', 'oslosphinx', - 'sphinxcontrib.docbookrestapi.setup', 'stevedore.sphinxext', ] diff --git a/test-requirements.txt b/test-requirements.txt index 0582867d1..351238257 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -17,7 +17,6 @@ psycopg2 pymongo>=3.0.2 python-subunit>=0.0.18 sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -sphinxcontrib-docbookrestapi sphinxcontrib-httpdomain sphinxcontrib-pecanwsme>=0.8 testrepository>=0.0.18