From 9a3cda2f7d3b1af19ef5c88cc60e4b61ca51a8de Mon Sep 17 00:00:00 2001 From: "Gary T. Giesen" Date: Mon, 14 Nov 2022 22:20:02 -0500 Subject: [PATCH] Remote furo from extensions --- src/saltext/cli/project/docs/conf.py.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/saltext/cli/project/docs/conf.py.j2 b/src/saltext/cli/project/docs/conf.py.j2 index cb2767f..a311cd2 100644 --- a/src/saltext/cli/project/docs/conf.py.j2 +++ b/src/saltext/cli/project/docs/conf.py.j2 @@ -66,7 +66,6 @@ rst_prolog = """ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ - "furo", "sphinx.ext.autodoc", "sphinx.ext.autosummary", "sphinx.ext.napoleon",