瀏覽代碼

trick sphinx into loading the correct module

justheuristic 5 年之前
父節點
當前提交
ee9a4a0212
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/conf.py

+ 1 - 0
docs/conf.py

@@ -22,6 +22,7 @@ from recommonmark.parser import CommonMarkParser
 
 
 # -- Project information -----------------------------------------------------
+sys.path.insert(0, '..')
 src_path = '../tesseract'
 project = 'tesseract'
 copyright = '2020, Learning@home & contributors'