Skip to content

Commit aaf93ca

Browse files
author
Will Binns
authored
Merge pull request #72 from EthWorks/remove-sidebar-search
Remove sidebar search
2 parents 88ca8d3 + 9801c07 commit aaf93ca

File tree

4 files changed

+1
-19
lines changed

4 files changed

+1
-19
lines changed

_theme/layout.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@
6363
{%- if customsidebar %}
6464
{%- include customsidebar %}
6565
{%- endif %}
66-
{%- block sidebarsearch %}
67-
{%- include "searchbox.html" %}
68-
{%- endblock %}
6966
{%- block sidebarsourcelink %}
7067
{%- include "sourcelink.html" %}
7168
{%- endblock %}

_theme/searchbox.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

_theme/static/sphinxbootstrap4.css_t

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,6 @@ Navbar Dropdown styles
218218
Sidebar styles
219219
*/
220220

221-
#searchbox {
222-
margin: 20px 20px 10px 20px;
223-
}
224221
.main a {
225222
text-decoration: underline;
226223
color: #3490E6;

_theme/theme.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[theme]
22
inherit = basic
33
pygments_style = friendly
4-
sidebars = globaltoc.html, relations.html, sourcelink.html, searchbox.html
4+
sidebars = globaltoc.html, relations.html, sourcelink.html
55

66
[options]
77
navbar_style = fixed-top

0 commit comments

Comments
 (0)