From 7e2e067fe312c40ab36ffd084db841e48ae3aa7a Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Mon, 20 Feb 2023 22:05:09 -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 19c764d..9cfc76f 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', - 'sphinx_copybutton', ] # Configuration options for plot_directive. See: