From f0f0789b45074ba4ead554af613e04ff811fc885 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Tue, 14 May 2024 15:07:39 -0400 Subject: [PATCH] Remove redundant sys.path insertion in conf.py.in --- doc/conf.py.in | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/conf.py.in b/doc/conf.py.in index aadfeac8..3eb0de9d 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -4,7 +4,6 @@ import sys sys.path.insert(0, "@CMAKE_CURRENT_SOURCE_DIR@/sphinxext") -sys.path.insert(0, "@CMAKE_CURRENT_SOURCE_DIR@/sphinxext/numpydoc") # exclude these folders from scanning by sphinx exclude_patterns = ['_templates']