Updated system path insertion in 'conf.py'
All checks were successful
ydeng/bmlsa/pipeline/head This commit looks good

This commit is contained in:
Harrison Deng 2023-04-28 15:54:55 -05:00
parent d6edc0e317
commit 1ae59d0a8f

View File

@ -3,7 +3,7 @@ import sys
# Configure system path # 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. # Configuration file for the Sphinx documentation builder.
# #