Skip to content

Commit 3fc426e

Browse files
committed
skip in-notebook search bar config
1 parent ffcf3fd commit 3fc426e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

deployment/installtutorials.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ def process_repo(repo, destination_directory):
7575
# raise FileNotFoundError(f"No index-*.html file found for {repo_name}.")
7676

7777
# copy files for in-notebook search bar
78-
shutil.copy(
79-
f"{repo}/search.html",
80-
destination_directory,
81-
)
82-
shutil.copy(
83-
f"{repo}/searchindex.js",
84-
destination_directory,
85-
)
78+
# shutil.copy(
79+
# f"{repo}/search.html",
80+
# destination_directory,
81+
# )
82+
# shutil.copy(
83+
# f"{repo}/searchindex.js",
84+
# destination_directory,
85+
# )
8686

8787
# copy _static files (CSS, JS) for page rendering
8888
shutil.copytree(

0 commit comments

Comments
 (0)