Skip to content

Commit

Permalink
Per #1834, added sphinx.ext to beginning of sphinx_panels to see if t…
Browse files Browse the repository at this point in the history
…hat fixes the error
  • Loading branch information
jprestop committed Jun 28, 2021
1 parent b007669 commit ee5c329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit ee5c329

Please sign in to comment.