From e5aeecfb0ec5410d09114512a36b2ced4b47afb6 Mon Sep 17 00:00:00 2001 From: Alex Morehead Date: Thu, 23 May 2024 18:03:05 -0500 Subject: [PATCH] Simplify conf.py --- docs/source/conf.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 988e40ca..024bbdca 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -4,12 +4,6 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html import datetime -import os -import sys - -# -- Module path setup ------------------------------------------------------- -for x in os.walk("../../src"): - sys.path.insert(0, x[0]) # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information