diff --git a/docs/source/conf.py b/docs/source/conf.py index ea1c70897..63fc48e9d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,6 +22,7 @@ import os import sys + sys.path.insert(0, os.path.abspath("../../")) # -- Project information -----------------------------------------------------