From c51ea384abc8986de6da7ababd43f21c1fbfd436 Mon Sep 17 00:00:00 2001 From: Mitchell tesch Date: Sat, 9 Mar 2024 22:52:54 +1000 Subject: [PATCH] lost pytabs --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 9e522e3..eea589a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,7 @@ # Configuration file for the Sphinx documentation builder. +import sys +sys.path.insert(0, "../src") + # # For the full list of built-in configuration values, see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html