3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-28 09:48:17 +01:00

Remove redundant sys.path insertion in conf.py.in

This commit is contained in:
Nils Wentzell 2024-05-14 15:07:39 -04:00
parent 81113522b2
commit f0f0789b45

View File

@ -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']