We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adeaa1f commit 75fc99cCopy full SHA for 75fc99c
content/_config.yml
@@ -36,7 +36,6 @@ html:
36
sphinx:
37
config:
38
html_show_copyright: false
39
- nbsphinx_timeout: 300
40
nb_execution_timeout: 300
41
extra_extensions:
42
- jupyterbook_patches
content/_static/no-search.css
@@ -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