Skip to content

Commit

Permalink
trying these paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-johnson committed Apr 2, 2018
1 parent 9200c7e commit de3393a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
sys.path.insert(0, os.path.abspath('.'))

# https://stackoverflow.com/questions/15587125/get-docstring-from-script-by-sphinx
sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('../../'))
sys.path.insert(0, os.path.abspath('../../network_pipeline/scripts'))
sys.path.insert(0, os.path.abspath('../network_pipeline/scripts'))
sys.path.insert(0, os.path.abspath('./network_pipeline/scripts'))
Expand Down

0 comments on commit de3393a

Please sign in to comment.