updated path for docs

This commit is contained in:
Erik Fröjdh 2024-10-30 15:28:07 +01:00
parent da5ba034b8
commit 801adccbd7

View File

@ -12,10 +12,8 @@
#
import os
import sys
# sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../bin/'))
#sys.path.insert(0, '/home/l_frojdh/sls/build/bin')
#sys.path.insert(0, @CMAKE_CURRENT_BINARY_DIR@)
sys.path.insert(0, os.path.abspath('..'))
print(sys.path)
# -- Project information -----------------------------------------------------