diff --git a/docs/conf.py b/docs/conf.py index fe83d6e9..dafd31cb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 ------------------------------------------------