Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tpike3 committed Jun 16, 2024
1 parent 29f8c3c commit 7fc1df7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"jupyterlite_sphinx",
"myst_nb",
"jupyterlite_sphinx",
"sphinx.ext.autodoc",
"sphinx.ext.doctest",
"sphinx.ext.intersphinx",
"sphinx.ext.todo",
"sphinx.ext.coverage",
"sphinx.ext.mathjax",
"sphinx.ext.ifconfig",
"sphinx.ext.viewcode"
"sphinx.ext.viewcode",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit 7fc1df7

Please sign in to comment.