Skip to content

Commit 75fc99c

Browse files
committed
remove the search bar
1 parent adeaa1f commit 75fc99c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

content/_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ html:
3636
sphinx:
3737
config:
3838
html_show_copyright: false
39-
nbsphinx_timeout: 300
4039
nb_execution_timeout: 300
4140
extra_extensions:
4241
- jupyterbook_patches

content/_static/no-search.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/* Hide the search bar in the LEFT (primary) sidebar only */
2+
button.search-button-field.pst-js-only {
3+
display: none !important;
4+
}

0 commit comments

Comments
 (0)