Skip to content

Commit

Permalink
try ../..
Browse files Browse the repository at this point in the history
  • Loading branch information
mmann1123 committed Jul 25, 2024
1 parent 7743f71 commit ec32937
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
import sys

# Adjust path to include the xr_fresh directory
sys.path.insert(0, os.path.abspath("../../xr_fresh"))

sys.path.insert(0, os.path.abspath("../../"))
# -- Project information -----------------------------------------------------

project = "xr_fresh"
Expand All @@ -24,9 +23,10 @@
"numpydoc",
"sphinx_rtd_theme",
]
extensions.append("xr_fresh")

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
# templates_path = ["_templates"]

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down

0 comments on commit ec32937

Please sign in to comment.