diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2019-12-04 15:27:27 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2019-12-12 12:21:52 +0100 |
| commit | 25fa7da6c8276ed8958793e1b88071eab6b413f5 (patch) | |
| tree | 571ba4cc646cd87d13dbd00551e5d775f9f28323 /docs/_themes/searx_theme/layout.html | |
| parent | ef85943e06a1ac0083d8a7c76a08e885f2e27d90 (diff) | |
doc: use customized pocoo theme (pallets-sphinx-themes)
The old searx theme was a copy of the flask theme. In the meantime this theme
is available from the python module pallets-sphinx-themes.
This patch makes pallets-sphinx-themes as a (dev) requirement and drops most of
the old and obsolete searx theme settings/files.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/_themes/searx_theme/layout.html')
| -rw-r--r-- | docs/_themes/searx_theme/layout.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/_themes/searx_theme/layout.html b/docs/_themes/searx_theme/layout.html deleted file mode 100644 index edf70c1a8..000000000 --- a/docs/_themes/searx_theme/layout.html +++ /dev/null @@ -1,20 +0,0 @@ -{%- extends "basic/layout.html" %} -{%- block extrahead %} - {{ super() }} - {% if theme_touch_icon %} - <link rel="apple-touch-icon" href="{{ pathto('_static/' ~ theme_touch_icon, 1) }}" /> - {% endif %} - <link media="only screen and (max-device-width: 480px)" href="{{ - pathto('_static/small_flask.css', 1) }}" type= "text/css" rel="stylesheet" /> - <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9"> -{% endblock %} -{%- block relbar2 %}{% endblock %} -{%- block relbar1 %}{% endblock %} -{%- block sidebarsearch %}{% endblock %} -{%- block sidebarsourcelink %}{% endblock %} -{%- block sidebartoc %}{% endblock %} -{%- block footer %} - <div class="footer"> - © Copyright {{ copyright }}. - </div> -{%- endblock %} |