From b58352f730d9023cf6734cf0cb93061637e173d1 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 10 Aug 2021 10:34:26 -0700 Subject: [PATCH] Try ../../ --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 2607be4..e9264cb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ from subprocess import Popen, PIPE import os import sys -sys.path.insert(0, os.path.abspath("..")) +sys.path.insert(0, os.path.abspath("../../")) # -- General configuration ------------------------------------------------