From 536308c9842739d70af382d1725b1c7369a310a8 Mon Sep 17 00:00:00 2001 From: Jorge Juarez Date: Tue, 25 Jun 2024 15:28:30 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20add=20import=20statements=20to?= =?UTF-8?q?=20conf.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 539bbfb..c5c8fc7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -3,6 +3,10 @@ # For the full list of built-in configuration values, see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html +import os +import sys +sys.path.insert(0, os.path.abspath('..')) + # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information