Skip to content

Commit

Permalink
correct sys path
Browse files Browse the repository at this point in the history
  • Loading branch information
willforde committed Apr 7, 2017
1 parent 42e3c74 commit e37144d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# 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
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../'))

# Fetch version number
from urlquick import __version__, __copyright__, __author__
Expand Down

0 comments on commit e37144d

Please sign in to comment.