Skip to content

Commit

Permalink
Update cache path for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Jan 14, 2025
1 parent a2e9b46 commit 8cfafb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# Manage new READTHEDOCS output mechanism
cache_path = os.getenv("READTHEDOCS_OUTPUT")
if cache_path is not None:
nb_execution_cache_path = f"{cache_path}/../docs/_build/.jupyter_cache"
nb_execution_cache_path = f"{cache_path}../docs/_build/.jupyter_cache"

# This is going to generate a banner on top of each notebook
nbsphinx_prolog = ""
Expand Down

0 comments on commit 8cfafb1

Please sign in to comment.