Skip to content

Commit

Permalink
need to add parent path to find ginkgo
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Apr 29, 2012
1 parent cd9cc4f commit f761472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# serve to show the default.

import sys, os
sys.path.insert(0, os.path.abspath('..'))
from ginkgo import __version__

# If extensions (or modules to document with autodoc) are in another directory,
Expand Down

0 comments on commit f761472

Please sign in to comment.