From 97ec445dae4a4a5b096a75a114f1cc2edfacc122 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Fri, 6 Dec 2024 20:13:56 -0800 Subject: [PATCH] Update conf.py --- docs/conf.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a49dd273..7fa414b5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,9 +49,6 @@ extensions = [ "matplotlib.sphinxext.plot_directive", - "sphinx_automodapi.automodapi", - "sphinx_automodapi.smart_resolver", - "sphinx_changelog", "sphinx_design", "sphinx_gallery.gen_gallery", "sphinx.ext.autodoc", @@ -59,17 +56,13 @@ "sphinx.ext.doctest", "sphinx.ext.inheritance_diagram", "sphinx.ext.intersphinx", - "sphinx.ext.mathjax", "sphinx.ext.napoleon", "sphinx.ext.todo", -<<<<<<< "sphinx.ext.viewcode", -======= "sphinx.ext.mathjax", "sphinx_automodapi.automodapi", "sphinx_automodapi.smart_resolver", "sphinx_changelog", ->>>>>>> ] # Add any paths that contain templates here, relative to this directory.