Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

Commit

Permalink
paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hauten committed Sep 9, 2019
1 parent b805742 commit bb00e7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('../source'))
sys.path.insert(0, os.path.abspath('../..'))
sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('./docs'))
sys.path.insert(0, os.path.abspath('./docs/source'))


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

0 comments on commit bb00e7f

Please sign in to comment.