Fixing docs

This commit is contained in:
Ace
2020-11-23 10:24:38 +01:00
committed by GitHub
parent d865b3454e
commit 558206aca7

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 -----------------------------------------------------