3 Commits

Author SHA1 Message Date
dependabot[bot] d3566fe8a8 [upd] pypi: Bump wlc from 1.17.2 to 2.0.0 (#6011)
Bumps [wlc](https://github.com/WeblateOrg/wlc) from 1.17.2 to 2.0.0.
- [Release notes](https://github.com/WeblateOrg/wlc/releases)
- [Changelog](https://github.com/WeblateOrg/wlc/blob/main/CHANGES.rst)
- [Commits](https://github.com/WeblateOrg/wlc/compare/1.17.2...2.0.0)

---
updated-dependencies:
- dependency-name: wlc
  dependency-version: 2.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...
2026-05-05 10:04:14 +02:00
Markus Heiser 93fe8cac1e [doc] fix issues reported since Sphinx v9.1.0
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2026-05-05 09:57:42 +02:00
Markus Heiser 12b7fd341c [upd] pypi: Update docutils (0.22.4) and Sphinx (9.1.0)
Sphinx 9.1.0 dropped Python 3.11 support [1].

[1] https://www.sphinx-doc.org/en/master/changes/index.html#release-9-1-0-released-dec-31-2025

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2026-05-05 09:57:42 +02:00
3 changed files with 19 additions and 18 deletions
+7 -7
View File
@@ -6,7 +6,7 @@ NoSQL databases
.. sidebar:: further read
- `NoSQL databases <https://en.wikipedia.org/wiki/NoSQL>`_
- `NoSQL database <https://en.wikipedia.org/wiki/NoSQL>`_
- `valkey.io <https://valkey.io/>`_
- `MongoDB <https://www.mongodb.com>`_
@@ -20,7 +20,7 @@ NoSQL databases
Initial sponsored by `Search and Discovery Fund
<https://nlnet.nl/discovery>`_ of `NLnet Foundation <https://nlnet.nl/>`_.
The following `NoSQL databases`_ are supported:
The following `NoSQL database`_ are supported:
- :ref:`engine valkey_server`
- :ref:`engine mongodb`
@@ -57,7 +57,7 @@ instance. To switch into the environment (:ref:`searxng-src`) you can use
Configure the engines
=====================
`NoSQL databases`_ are used for storing arbitrary data without first defining
`NoSQL database`_ are used for storing arbitrary data without first defining
their structure.
@@ -75,13 +75,13 @@ Valkey Server
- :origin:`valkey_server.py <searx/engines/valkey_server.py>`
.. automodule:: searx.engines.valkey_server
:members:
:members:
.. _engine mongodb:
MongoDB
-------
MongoDB / PyMongo
-----------------
.. _pymongo: https://github.com/mongodb/mongo-python-driver#installation
@@ -93,4 +93,4 @@ MongoDB
.. automodule:: searx.engines.mongodb
:members:
:members:
@@ -37,8 +37,8 @@ in section :ref:`private engines`.
.. _engine meilisearch:
MeiliSearch
===========
MeiliSearch Engine
==================
.. automodule:: searx.engines.meilisearch
:members:
@@ -46,17 +46,16 @@ MeiliSearch
.. _engine elasticsearch:
Elasticsearch
=============
Elasticsearch Engine
====================
.. automodule:: searx.engines.elasticsearch
:members:
.. _engine solr:
Solr
====
Solr Engine
===========
.. automodule:: searx.engines.solr
:members:
+6 -4
View File
@@ -6,7 +6,8 @@ pylint==4.0.5
splinter==0.21.0
selenium==4.43.0
Pallets-Sphinx-Themes==2.5.0
Sphinx==8.2.3
Sphinx==8.2.3;python_version <= "3.11"
Sphinx==9.1.0; python_version > "3.11"
sphinx-issues==6.0.0
sphinx-jinja==2.0.2
sphinx-tabs==3.5.0
@@ -14,12 +15,13 @@ sphinxcontrib-programoutput==0.19
sphinx-autobuild==2025.8.25
sphinx-notfound-page==1.1.0
myst-parser==5.0.0
linuxdoc==20240924
linuxdoc==20260504
aiounittest==1.5.0
yamllint==1.38.0
wlc==1.17.2
wlc==2.0.0
coloredlogs==15.0.1
docutils>=0.21.2
docutils>=0.21.2;python_version <= "3.11"
docutils>=0.22.4; python_version > "3.11"
parameterized==0.9.0
granian[reload]==2.7.4
basedpyright==1.39.3