From 62081d7bb036672049fc0e13224a8eb15f11ac63 Mon Sep 17 00:00:00 2001 From: zhaozewang Date: Wed, 10 Jan 2024 00:23:11 -0500 Subject: [PATCH] fixed minor bug --- .readthedocs.yml | 2 +- docs/source/conf.py | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 124910a..6dffd85 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -16,7 +16,7 @@ build: # Build documentation in the "docs/" directory with Sphinx sphinx: - configuration: docs/conf.py + configuration: docs/source/conf.py # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs # builder: "dirhtml" # Fail on all warnings to avoid broken references diff --git a/docs/source/conf.py b/docs/source/conf.py index db3eadc..e27a058 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -5,9 +5,6 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -import os -import sys -sys.path.insert(0, os.path.abspath('../../nn4n/')) project = 'NN4Neurosci' copyright = '2024, Zhaoze Wang'