Skip to content

Commit

Permalink
test rtd fix
Browse files Browse the repository at this point in the history
  • Loading branch information
damonge committed Jul 10, 2018
1 parent 0ad5d80 commit 09662bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
from os.path import abspath, dirname, join as pjoin
import sys
sys.path.insert(0,os.path.abspath('../'))
sys.path.append(os.path.abspath('../pyccl/')
sys.path.append(os.path.abspath('../pyccl/'))

#this_dir = dirname(abspath(__file__))
#root_path = abspath(pjoin(this_dir, '../'))
#if os.path.isdir(root_path):
Expand Down

0 comments on commit 09662bd

Please sign in to comment.