Fixing docs

This commit is contained in:
Ace 2020-11-23 10:24:38 +01:00 committed by GitHub
parent d865b3454e
commit 558206aca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,8 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('.'))
#sys.path.insert(0, os.path.abspath('../..'))
#sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../..'))
master_doc = 'index'
# -- Project information -----------------------------------------------------