From 6ad3ce414cfba4c1947a9b5f201f416ecad04ce3 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 10 Aug 2021 10:43:32 -0700 Subject: [PATCH] Leave this as it was --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index c93b408..1f5a158 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,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 ------------------------------------------------