From 035120e87a07cb436a809d88866415ea3f5d735d Mon Sep 17 00:00:00 2001 From: Andrei Lapets Date: Sun, 29 Jan 2023 22:53:43 -0500 Subject: [PATCH] Adjust docs config to automatically find/include testing script. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index da99d12..45cbcd1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ # import os import sys -sys.path.insert(0, os.path.abspath('../src')) # Prioritize local module copy. +sys.path.insert(0, os.path.abspath('..')) # Include source and testing script. # -- Project information -----------------------------------------------------