This website requires JavaScript.
Explore
Help
Sign In
ZaclysIndustries
/
searxngRebrandZaclys
forked from
zaclys/searxng
Watch
2
Star
0
Fork
You've already forked searxngRebrandZaclys
0
Code
Issues
Pull Requests
Activity
27a3e0094a
searxngRebrandZaclys
/
docs
/
_themes
/
searxng
/
theme.conf
7 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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>
2019-12-04 14:27:27 +00:00
[theme]
inherit = pocoo
[brand] SearXNG - docs html_theme = "searxng" Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-11-18 16:33:48 +00:00
stylesheet = searxng.css
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>
2019-12-04 14:27:27 +00:00
[options]
touch_icon =
[dev-env] upgrade Sphinx-doc 7.2.3 and unpin at v7.1.2 on py3.8 - Sphinx-doc 7.2.0 drops py3.8 support [1][2] - last version with py3.8 support is 7.1.2 Many LTS distributions still have py3.8 which EOL is in 2024-10 [3]. To continue to support a development environment on py3.8 the rigid dependency in the development environment is unpinned in py3.8 / environment markers [4]. To get 7.2.3. work, a fix in sphinx-notfound-page is needed [5][6]. [1] https://github.com/searxng/searxng/pull/2658#issuecomment-1684867270 [2] https://github.com/sphinx-doc/sphinx/issues/11621 [3] https://devguide.python.org/versions/#supported-versions [4] https://peps.python.org/pep-0508/#environment-markers [5] https://github.com/readthedocs/sphinx-notfound-page/issues/219 [6] https://github.com/readthedocs/sphinx-notfound-page/issues/219#issuecomment-1694691135 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-08-25 16:00:48 +00:00
globaltoc_maxdepth = 5