mirror of
https://github.com/triqs/dft_tools
synced 2025-01-03 01:55:56 +01:00
Remove redundant sys.path insertion in conf.py.in
This commit is contained in:
parent
81113522b2
commit
f0f0789b45
@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
import sys
|
import sys
|
||||||
sys.path.insert(0, "@CMAKE_CURRENT_SOURCE_DIR@/sphinxext")
|
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 these folders from scanning by sphinx
|
||||||
exclude_patterns = ['_templates']
|
exclude_patterns = ['_templates']
|
||||||
|
Loading…
Reference in New Issue
Block a user