diff --git a/docs/conf.py b/docs/conf.py index eea589a..992225d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,7 +1,6 @@ # Configuration file for the Sphinx documentation builder. -import sys -sys.path.insert(0, "../src") - +import sys, os +sys.path.insert(0, os.path.abspath('../src')) # # For the full list of built-in configuration values, see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html