From 23118eda408ec2b27c909025ba87a1f3e0809eb3 Mon Sep 17 00:00:00 2001 From: kmlefran Date: Mon, 11 Sep 2023 14:23:00 -0400 Subject: [PATCH] Docs change --- 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 1cfb29f..a24f167 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -28,7 +28,7 @@ # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. -sys.path.append("/Users/chemlab/anaconda3/bin") +sys.path.insert(0, "/Users/chemlab/anaconda3/bin") # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones.