diff --git a/docs/conf.py b/docs/conf.py index 80776a4..b9005da 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,7 +6,7 @@ import os import sys -sys.path.insert(0, os.path.abspath("../src")) +sys.path.insert(0, os.path.abspath("./src")) # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information