From 4f9c5b6048fe4bba83f4d71b6373f486b2a054d7 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 14 Jul 2017 10:05:53 -0400 Subject: [PATCH] add missing sphinx extension The sphinxcontrib.httpdomain extension is being installed, but not initialized. Add it to the list of extensions to eliminate warnings about the http:get and http:post directives. Change-Id: I60bd5196ffa0a0bc482a4b40c80cf09b5fa53b95 Signed-off-by: Doug Hellmann --- doc/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 56c7e0456..47e7ba6a9 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -48,6 +48,7 @@ extensions = [ 'sphinxcontrib.pecanwsme.rest', 'stevedore.sphinxext', 'oslo_config.sphinxconfiggen', + 'sphinxcontrib.httpdomain', ] config_generator_config_file = os.path.join(ROOT,