From 1ae59d0a8ff7fbb880677f5a5d712109aa1aea4c Mon Sep 17 00:00:00 2001 From: Harrison Date: Fri, 28 Apr 2023 15:54:55 -0500 Subject: [PATCH] Updated system path insertion in 'conf.py' --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index bba3af0..9310501 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -3,7 +3,7 @@ import sys # Configure system path -sys.path.insert(0, os.path.abspath("../src/")) +sys.path.insert(0, os.path.abspath("../../src/")) # Configuration file for the Sphinx documentation builder. #