Skip to content

Commit

Permalink
fixing the RTD documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwlouse committed Jan 14, 2016
1 parent e2acfa3 commit 5b2103d
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 @@ -15,12 +15,12 @@
import os
import os.path
import sys
from sacred import __version__

# 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('..'))
from sacred import __version__

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

Expand Down

0 comments on commit 5b2103d

Please sign in to comment.