From ee5c329f6dfb042d8eb641ac2b75b045580bb0d8 Mon Sep 17 00:00:00 2001 From: "Julie.Prestopnik" Date: Mon, 28 Jun 2021 12:23:27 -0600 Subject: [PATCH] Per #1834, added sphinx.ext to beginning of sphinx_panels to see if that fixes the error --- met/docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/met/docs/conf.py b/met/docs/conf.py index d2bedce2f4..832efb0f7e 100644 --- a/met/docs/conf.py +++ b/met/docs/conf.py @@ -33,7 +33,7 @@ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. # Adding 'sphinx_panels' to use drop-down menus in appendixA. -extensions = ['sphinx.ext.autodoc','sphinx.ext.intersphinx','sphinx_panels'] +extensions = ['sphinx.ext.autodoc','sphinx.ext.intersphinx','sphinx.ext.sphinx_panels'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']