From 937ad38c164dac6cf32d7f3cc5bf656792fc40c4 Mon Sep 17 00:00:00 2001 From: Jon Wright Date: Fri, 6 Dec 2024 17:11:31 +0100 Subject: [PATCH] fix rtfd --- docs/sphx/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphx/conf.py b/docs/sphx/conf.py index da39766c..4708de30 100644 --- a/docs/sphx/conf.py +++ b/docs/sphx/conf.py @@ -12,7 +12,7 @@ # serve to show the default. import sys, os -sys.path.insert(0, '.') +sys.path.insert(0, '../..') import ImageD11 # If extensions (or modules to document with autodoc) are in another directory,