From 9c5f74a639835f5d1bfca09ec375c2342460c420 Mon Sep 17 00:00:00 2001 From: Alex Morehead Date: Thu, 23 May 2024 18:12:42 -0500 Subject: [PATCH] Add doc config paths again --- docs/source/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 024bbdca..17f67f49 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -4,6 +4,11 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html import datetime +import os +import sys + +# -- Path setup -------------------------------------------------------------- +sys.path.insert(0, os.path.abspath("../../")) # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information