Skip to content

Commit

Permalink
enable path for rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
benmaier committed Mar 27, 2019
1 parent dd655d6 commit 45e2929
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ def __getattr__(cls, name):
# 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('.'))
sys.path.insert(0, os.path.abspath('../'))

# -- General configuration ------------------------------------------------

Expand Down

0 comments on commit 45e2929

Please sign in to comment.