Tweaked docs/conf

This commit is contained in:
Jamie Hardt
2022-11-16 19:42:23 -08:00
parent 722df48f9b
commit c2327568a8

View File

@@ -14,8 +14,7 @@
# #
import os import os
import sys import sys
sys.path.insert(0, os.path.abspath('..')) sys.path.insert(0, os.path.abspath('../..'))
sys.path.insert(0, os.path.abspath('.'))
print(sys.path) print(sys.path)