Skip to content

Commit

Permalink
fixed conf
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jul 2, 2016
1 parent 6c77696 commit 64146b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def __mul__(self, other):
# 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.dirname(inspect.getfile(pygauss)))
sys.path.insert(0, os.path.dirname(inspect.getfile(ipymd)))

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

Expand Down

0 comments on commit 64146b5

Please sign in to comment.