From abe5a34ebec963e5da86607ddf3e9df2210060df Mon Sep 17 00:00:00 2001 From: Rich Bennett Date: Thu, 26 Oct 2017 16:56:28 -0400 Subject: Remove http domain directive Only used as an example of API documentation Remove to allowing parallel reads during verify and build Change-Id: Ib0549d12d80f986dba41c70706478c1fddfd9ef3 Issue-ID: DOC-142 Signed-off-by: Rich Bennett --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 791569eb5..95c2a8c00 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,6 @@ extensions = [ 'sphinxcontrib.seqdiag', 'sphinx.ext.ifconfig', 'sphinx.ext.todo', - 'sphinxcontrib.httpdomain', 'sphinxcontrib.plantuml', 'sphinxcontrib.swaggerdoc' ] -- cgit 1.2.3-korg