summaryrefslogtreecommitdiff
path: root/_exts/taler_sphinx_theme/guzzle_sphinx_theme/searchbox.html
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2023-08-07 17:18:25 +0200
committerÖzgür Kesim <oec@codeblau.de>2023-08-07 17:18:25 +0200
commit99b525d2442db918c398192250c553d32ebb285e (patch)
treefa352d96d8def1b373bc1d7d4d82c06aa6000a27 /_exts/taler_sphinx_theme/guzzle_sphinx_theme/searchbox.html
parentc96c2f8b9a588637b4d98652e5b6b434e7f3268c (diff)
downloaddocs-99b525d2442db918c398192250c553d32ebb285e.tar.gz
docs-99b525d2442db918c398192250c553d32ebb285e.tar.bz2
docs-99b525d2442db918c398192250c553d32ebb285e.zip
switch to sphinx-book-theme
Diffstat (limited to '_exts/taler_sphinx_theme/guzzle_sphinx_theme/searchbox.html')
-rw-r--r--_exts/taler_sphinx_theme/guzzle_sphinx_theme/searchbox.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/_exts/taler_sphinx_theme/guzzle_sphinx_theme/searchbox.html b/_exts/taler_sphinx_theme/guzzle_sphinx_theme/searchbox.html
deleted file mode 100644
index 7f574c3f..00000000
--- a/_exts/taler_sphinx_theme/guzzle_sphinx_theme/searchbox.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{%- if pagename != "search" %}
-<div class="sidebar-block">
- <div class="sidebar-wrapper">
- <div id="main-search">
- <form class="form-inline" action="{{ pathto('search') }}" method="GET" role="form">
- <div class="input-group">
- <input name="q" type="text" class="form-control" placeholder="Search...">
- </div>
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- </div>
- </div>
-</div>
-{%- endif %}