From acc18e6d19a072c30b08880bee2133fb3c87b288 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Mon, 20 Feb 2023 22:03:50 -0500 Subject: [PATCH] debug to build docs --- docs/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5740286..19c764d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -37,7 +37,6 @@ extensions = [ 'sphinx.ext.intersphinx', 'sphinx.ext.mathjax', 'sphinx.ext.viewcode', - 'numpydoc', 'sphinx_copybutton', ]