From f4a2da90956d6ea75d33b779f9e3247c0c2f64d2 Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Thu, 16 May 2024 07:21:46 -0700 Subject: [PATCH] Update copy script (#478) --- docs/_scripts/copy_notebooks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_scripts/copy_notebooks.py b/docs/_scripts/copy_notebooks.py index 51b5e1eb7..d0217976e 100644 --- a/docs/_scripts/copy_notebooks.py +++ b/docs/_scripts/copy_notebooks.py @@ -121,6 +121,7 @@ def copy_notebooks(): with open(dst_path, "r") as f: content = f.read() content = content.replace("(./img/", "(../img/") + content = content.replace('src=\\"./img/', 'src=\\"../img/') with open(dst_path, "w") as f: f.write(content) dst_dir = dst_dir_