From 51896d0ff654ea809d4fe8fc6bf3868ad82077ac Mon Sep 17 00:00:00 2001 From: AnotherSamWilson Date: Sun, 28 Jul 2024 11:23:54 -0400 Subject: [PATCH] Only needed to go back one level to find package --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index f109365..707cb2d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,7 +15,7 @@ import os import sys -sys.path.insert(0, os.path.abspath('../..')) # Source code dir relative to this file +sys.path.insert(0, os.path.abspath('../')) # Source code dir relative to this file extensions = [ 'sphinx.ext.autodoc', # Core library for html generation from docstrings