From 6a05a84ab40eaf5f9f2436f3bd1f8cbc8e652e17 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Mon, 20 Feb 2023 22:02:30 -0500 Subject: [PATCH] debug to build docs --- docs/source/conf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index c17eee4..5740286 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -37,9 +37,6 @@ extensions = [ 'sphinx.ext.intersphinx', 'sphinx.ext.mathjax', 'sphinx.ext.viewcode', - 'IPython.sphinxext.ipython_directive', - 'IPython.sphinxext.ipython_console_highlighting', - 'matplotlib.sphinxext.plot_directive', 'numpydoc', 'sphinx_copybutton', ]