From a33c306d7bee37d4ede526f88a49f1a4d5a8f977 Mon Sep 17 00:00:00 2001 From: saran-nns <13406046+Saran-nns@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:54:44 +0200 Subject: [PATCH] build os, doc/req update --- 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 f68e1e1..3a62e22 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,7 +19,7 @@ # sys.path.insert(0, os.path.abspath("../..")) # SORN root folder to sphinx path # sys.path.append(os.path.join(os.path.dirname(__file__), "..")) -sys.path.insert(0, os.path.abspath("N:/sorn/sorn/")) +# sys.path.insert(0, os.path.abspath("N:/sorn/sorn/")) # -- Project information -----------------------------------------------------