From b7e40ef9daa6a42baa2bbcb319c253f57374ef42 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Fri, 15 Oct 2021 17:52:51 +0200 Subject: [PATCH] fix: nbsphinx being loaded by sphinx without using it --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 94922aeed..d5b15ecef 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,6 @@ "sphinx.ext.linkcode", "sphinxarg.ext", # argparse extension "nipype.sphinxext.plot_workflow", - "nbsphinx", "sphinxcontrib.napoleon", ]