diff --git a/docs/conf.py b/docs/conf.py index 166679f..715a917 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,7 +1,6 @@ import os import sys -script_dir = os.path.dirname(os.path.abspath(__file__)) -sys.path.insert(0, os.path.join(script_dir, '..', 'src')) +sys.path.insert(0, os.path.abspath('../src')) # Configuration file for the Sphinx documentation builder. #