Browse Source

infer version

justheuristic 5 years ago
parent
commit
521ac2873a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/conf.py

+ 2 - 1
docs/conf.py

@@ -22,7 +22,8 @@ from recommonmark.parser import CommonMarkParser
 
 
 # -- Project information -----------------------------------------------------
-import tesseract
+import importlib
+tesseract = importlib.import_module('tesseract', '../tesseract')
 
 project = 'tesseract'
 copyright = '2020, Learning@home & contributors'