Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
tedlaz committed Feb 2, 2018
1 parent 3863ed8 commit da966d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
# 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.
#
# import os
import os
import sys
sys.path.insert(0, '..')
sys.path.append(os.path.dirname(__file__))
# sys.path.insert(0, '..')


# -- General configuration ------------------------------------------------
Expand Down

0 comments on commit da966d2

Please sign in to comment.