Skip to content

Commit

Permalink
Use search button instead of field
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Apr 23, 2024
1 parent af17e76 commit a51f6cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -855,11 +855,11 @@ def append_attr_meth_examples(app, what, name, obj, options, lines):
"show_toc_level": 1,
"article_header_start": [], # disable breadcrumbs
"navbar_end": [
"search-button.html",
"theme-switcher",
"version-switcher",
"navbar-icon-links",
],
"navbar_persistent": ["search-button"],
"footer_start": ["copyright"],
"secondary_sidebar_items": ["page-toc", "edit-this-page"],
"analytics": dict(google_analytics_id="G-5TBCPCRB6X"),
Expand Down Expand Up @@ -1362,6 +1362,8 @@ def reset_warnings(gallery_conf, fname):
r"DataFrameGroupBy\.apply operated on the grouping columns.*",
# pandas
r"\nPyarrow will become a required dependency of pandas.*",
# latexcodec
"open_text is deprecated. Use files.*",
):
warnings.filterwarnings( # deal with other modules having bad imports
"ignore", message=".*%s.*" % key, category=DeprecationWarning
Expand Down

0 comments on commit a51f6cc

Please sign in to comment.