Skip to content

Commit

Permalink
trouble with readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
David committed May 28, 2018
1 parent f8f42e2 commit e9c33cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import os
# import sys
import sys
# sys.path.insert(0, os.path.abspath('.'))

sys.path.insert(0, os.path.abspath('../'))
import numpy, pandas, scipy.special

# -- General configuration ------------------------------------------------

Expand Down

0 comments on commit e9c33cb

Please sign in to comment.