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>
This commit is contained in:
Markus Heiser 2019-12-04 15:27:27 +01:00
parent ef85943e06
commit 25fa7da6c8
9 changed files with 75 additions and 827 deletions

15
docs/_themes/searx/static/searx.css vendored Normal file
View file

@ -0,0 +1,15 @@
@import url("pocoo.css");
a, a.reference, a.footnote-reference {
color: #004b6b;
border-color: #004b6b;
}
a:hover {
color: #6d4100;
border-color: #6d4100;
}
p.version-warning {
background-color: #004b6b;
}

6
docs/_themes/searx/theme.conf vendored Normal file
View file

@ -0,0 +1,6 @@
[theme]
inherit = pocoo
stylesheet = searx.css
[options]
touch_icon =