Update conf.py

This commit is contained in:
titusquah
2021-04-07 12:21:29 -06:00
parent 195c41d442
commit 6a3308a71a

View File

@@ -16,7 +16,7 @@
import os
import sys
sys.path.insert(0, os.path.abspath('../../'))
sys.path.insert(0, os.path.abspath('../'))
# -- Project information -----------------------------------------------------