Skip to content

Commit d3bfdda

Browse files
authored
fix the navbar with later versions of sphinx-book-theme / pydata (#377)
1 parent b220cf9 commit d3bfdda

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@
157157
"text": f"pyro {version}",
158158
"image_light": "logo.gif",
159159
"image_dark": "logo.gif",
160-
}
160+
},
161+
"disable_search": True,
161162
}
162163

163164
# Add any paths that contain custom static files (such as style sheets) here,

0 commit comments

Comments
 (0)