From 7ba52271d694b669e1e2481fd835af5fdff8ecf5 Mon Sep 17 00:00:00 2001 From: "Julie.Prestopnik" Date: Mon, 28 Jun 2021 12:54:22 -0600 Subject: [PATCH] Per #1834, added extra space in comment to get docs to build to see if change to documentation.yml will fix an 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 08839ed193..07bd222e06 100644 --- a/met/docs/conf.py +++ b/met/docs/conf.py @@ -32,7 +32,7 @@ # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -# Adding 'sphinx_panels' to use drop-down menus in appendixA. +# Adding 'sphinx_panels' to use drop-down menus in appendixA. extensions = ['sphinx.ext.autodoc','sphinx.ext.intersphinx','sphinx_panels',] # Add any paths that contain templates here, relative to this directory.