From 13fc2f1dd3dcf67b541923c801ddaa7a033df04f Mon Sep 17 00:00:00 2001 From: Chris Haumesser <5400416-wryfi@users.noreply.gitlab.com> Date: Mon, 11 Apr 2022 18:51:04 -0700 Subject: [PATCH] rtd --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4b5048f..93d3c34 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,9 +15,9 @@ import sphinx_rtd_theme -here = os.path.dirname(os.path.abspath(__file__)) -cfitall_path = os.path.join(here, "..", "cfitall") -sys.path.insert(0, cfitall_path) +# here = os.path.dirname(os.path.abspath(__file__)) +# cfitall_path = os.path.join(here, "..", "cfitall") +# sys.path.insert(0, cfitall_path) print(sys.path)