From 553fdce0cfc1cd1f7f25fc20481179ae15a45069 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 4 Aug 2017 16:22:26 -0700 Subject: [PATCH] Change usage from zuul_sphinx.zuul to zuul_sphinx Change-Id: I6ca81675981a653cbf403b4870550d5b9b46a793 --- 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 717e639..92b67a6 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -23,7 +23,7 @@ sys.path.insert(0, os.path.abspath('../..')) extensions = [ 'sphinx.ext.autodoc', #'sphinx.ext.intersphinx', - 'zuul_sphinx.zuul', + 'zuul_sphinx', ] # autodoc generation is a bit aggressive and a nuisance when doing heavy