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 9a5651c190)
This commit is contained in:
Cyril Roelandt 2015-10-14 19:18:00 +02:00 committed by gordon chung
parent 32ef2487e4
commit 5ccc0c06c0
2 changed files with 0 additions and 2 deletions

View File

@ -148,7 +148,6 @@ extensions = [
'sphinx.ext.viewcode',
'sphinxcontrib.pecanwsme.rest',
'oslosphinx',
'sphinxcontrib.docbookrestapi.setup'
]
wsme_protocols = ['restjson', 'restxml']

View File

@ -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