Skip to content

Commit

Permalink
modified conf.py for sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Sep 2, 2013
1 parent 9fa90a5 commit 669c9c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Expand Up @@ -12,8 +12,9 @@
# serve to show the default.

import sys, os
sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('../python-api'))
sys.path.insert(0, os.path.abspath('fake-dir'))
sys.path.insert(0, os.path.abspath('fake-lib'))
print sys.path
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down

0 comments on commit 669c9c7

Please sign in to comment.