Skip to content

Commit

Permalink
Tweaks to sys.path in docs/conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
perwin committed Jul 19, 2019
1 parent be7ba68 commit 989caa6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion docs/api_ref/api_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ PyImfit API
descriptions
fitting
useful
useful2

1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('.pyimfit'))


# -- Project information -----------------------------------------------------
Expand Down

0 comments on commit 989caa6

Please sign in to comment.