Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/rope-eq-1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tanertopal authored May 13, 2024
2 parents 04bbae4 + caa40a2 commit efaee7a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions baselines/doc/source/_templates/sidebar/search.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<form class="sidebar-search-container" method="get" action="{{ pathto('search') }}" role="search">
<input class="sidebar-search" placeholder="{{ _("Type / to search") }}" name="q" aria-label="{{ _("Search" ) }}">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form>
<div id="searchbox"></div>
6 changes: 6 additions & 0 deletions datasets/doc/source/_templates/sidebar/search.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<form class="sidebar-search-container" method="get" action="{{ pathto('search') }}" role="search">
<input class="sidebar-search" placeholder="{{ _("Type / to search") }}" name="q" aria-label="{{ _("Search" ) }}">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form>
<div id="searchbox"></div>
6 changes: 6 additions & 0 deletions doc/source/_templates/sidebar/search.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<form class="sidebar-search-container" method="get" action="{{ pathto('search') }}" role="search">
<input class="sidebar-search" placeholder="{{ _("Type / to search") }}" name="q" aria-label="{{ _("Search" ) }}">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form>
<div id="searchbox"></div>

0 comments on commit efaee7a

Please sign in to comment.