From 5ccc0c06c025219c425995e723ce1a74af63fc08 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Wed, 14 Oct 2015 19:18:00 +0200 Subject: [PATCH] Remove dependency on sphinxcontrib-docbookrestapi This Sphinx extension is no longer used nor maintained and can be safely removed. Change-Id: I98dc4fb5419f5af664ebfc86f0e7814d404b3b86 (cherry picked from commit 9a5651c190955849598475c1a6ee86a4214ffc72) --- 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 c7b02d4b61..184baeb1ac 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -148,7 +148,6 @@ extensions = [ 'sphinx.ext.viewcode', 'sphinxcontrib.pecanwsme.rest', 'oslosphinx', - 'sphinxcontrib.docbookrestapi.setup' ] wsme_protocols = ['restjson', 'restxml'] diff --git a/test-requirements.txt b/test-requirements.txt index df7b8a543c..5c2c630dda 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -22,7 +22,6 @@ pylint>=1.3.0 # GNU GPL v2 pymongo<3.0,>=2.6.3 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