From 3dbf148dae85ff36cb143d68e47da1e5b9505da3 Mon Sep 17 00:00:00 2001 From: Mark Bonicillo Date: Fri, 3 Nov 2023 15:15:26 -0700 Subject: [PATCH] Remove unnecessary dependencies for documentation --- docs/source/conf.py | 2 -- setup.cfg | 1 - 2 files changed, 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 360b891c..0f4e228c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -57,8 +57,6 @@ "sphinx.ext.napoleon", "sphinx.ext.todo", "sphinx.ext.viewcode", - "nb2plots", - "texext", 'sphinx_copybutton', ] diff --git a/setup.cfg b/setup.cfg index 0625a7b9..c195f0e7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -97,7 +97,6 @@ widget = jupyter-nbextensions-configurator>=0.6.2 documentation = sphinx<7 - nb2plots>=0.7.2 sphinx-rtd-theme>=1.2.1 sphinx-autobuild>=2021.3.14 sphinx-copybutton>=0.5.1