From 2fcc70c6a240903bfa13f977f73d5481baa979fc Mon Sep 17 00:00:00 2001 From: craig-warren Date: Fri, 10 Mar 2023 08:46:21 -0700 Subject: [PATCH] Path change --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 84d18946..493882c2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -11,7 +11,7 @@ import re import sys import time -sys.path.insert(0, os.path.abspath('../..')) +# sys.path.insert(0, os.path.abspath('../..')) project = 'gprMax' copyright = f'2015-{time.strftime("%Y")}, The University of Edinburgh, United Kingdom. Authors: Craig Warren, Antonis Giannopoulos, and John Hartley'