From 1342a4ffe9f8b5a2679771454f59cdd9004d750c Mon Sep 17 00:00:00 2001 From: samueldmcdermott Date: Tue, 24 Sep 2024 14:41:04 -0400 Subject: [PATCH] changed autoapi_dirs in conf.py --- 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 e7a72bc..a8c9e41 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,7 +1,7 @@ # Configuration file for the Sphinx documentation builder. import os import sys -sys.path.insert(0, os.path.abspath('../../deepszsim/')) +# sys.path.insert(0, os.path.abspath('../../deepszsim/')) # -- Project information