diff --git a/docs/source/conf.py b/docs/source/conf.py index 42cecf3a1..e856b503c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -38,10 +38,9 @@ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ - "sphinx.ext.todo", - "sphinx.ext.autosectionlabel", - "image_links", # CUSTOM - "myst_parser", + 'sphinxcontrib.wavedrom', + 'sphinx.ext.mathjax', + 'sphinx.ext.todo' ] source_suffix = {