Skip to content

Commit

Permalink
reqst
Browse files Browse the repository at this point in the history
  • Loading branch information
dingguanglei committed Oct 26, 2018
1 parent 26695b6 commit 62f1676
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('../../'))
import jdit
sys.path.append(os.path.join(os.path.dirname(__file__), '../../'))
# sys.path.insert(0, os.path.abspath('../../'))
# import jdit
import mock
MOCK_MODULES = ['numpy', 'scipy',
'pandas',
Expand Down

0 comments on commit 62f1676

Please sign in to comment.