diff --git a/docs/conf.py b/docs/conf.py index 2607be4..e9264cb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ from subprocess import Popen, PIPE import os import sys -sys.path.insert(0, os.path.abspath("..")) +sys.path.insert(0, os.path.abspath("../../")) # -- General configuration ------------------------------------------------