From 141921cc3397d0c261c999d2b8f985b817f9d45a Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 4 Aug 2017 16:49:39 -0700 Subject: [PATCH] Update the zuul-sphinx extension config Change-Id: I630e5dbd182d35f3ff58288a025615e9a8a0312c --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 482e179f9..c22a08924 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -22,7 +22,7 @@ import sys extensions = [ 'sphinx.ext.autodoc', #'sphinx.ext.intersphinx', - 'zuul_sphinx.zuul', + 'zuul_sphinx', ] # autodoc generation is a bit aggressive and a nuisance when doing heavy