Updated system path insertion in 'conf.py'
All checks were successful
ydeng/bmlsa/pipeline/head This commit looks good
All checks were successful
ydeng/bmlsa/pipeline/head This commit looks good
This commit is contained in:
@@ -3,7 +3,7 @@ import sys
|
||||
|
||||
# Configure system path
|
||||
|
||||
sys.path.insert(0, os.path.abspath("../src/"))
|
||||
sys.path.insert(0, os.path.abspath("../../src/"))
|
||||
|
||||
# Configuration file for the Sphinx documentation builder.
|
||||
#
|
||||
|
Reference in New Issue
Block a user