Skip to content

Commit

Permalink
path adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragav Venkatesan committed Feb 27, 2017
1 parent 8b793f8 commit a0190bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath('../..'))
sys.path.insert(os.path.abspath('../..'))
sys.path.insert(0, os.path.abspath('../../yann/'))
sys.path.insert(0, os.path.abspath('../../pantry/'))


# fool rtd into thinking a GPU is available, so all modules are importable
try:
Expand Down

0 comments on commit a0190bf

Please sign in to comment.