diff --git a/docs/conf.py b/docs/conf.py index c6a1390..6ddda16 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 = ""