Skip to content

Commit

Permalink
Per #1834, remove sphinx.ext and add trailing comma to end of extensi…
Browse files Browse the repository at this point in the history
…ons to see if that fixed the error
  • Loading branch information
jprestop committed Jun 28, 2021
1 parent ee5c329 commit a302016
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.ext.sphinx_panels']
extensions = ['sphinx.ext.autodoc','sphinx.ext.intersphinx','sphinx_panels',]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down

0 comments on commit a302016

Please sign in to comment.