diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-01-21 10:06:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-21 10:06:21 +0100 |
| commit | f3d4b25e739164ea6af087379536b3ef3538d63c (patch) | |
| tree | ab444d648b5f47316698514014f7658c712b9359 /docs/admin | |
| parent | f0ee5103fe931d7e77f4119cd648af725c62d041 (diff) | |
| parent | bd4cdde70d68b6137dcd13d4792b897554ceec01 (diff) | |
Merge pull request #795 from searxng/dependabot/pip/master/sphinx-4.4.0
Bump sphinx from 4.3.2 to 4.4.0
Diffstat (limited to 'docs/admin')
| -rw-r--r-- | docs/admin/engines/sql-engines.rst | 4 | ||||
| -rw-r--r-- | docs/admin/installation-switch2ng.rst | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/docs/admin/engines/sql-engines.rst b/docs/admin/engines/sql-engines.rst index 9d24913a9..147087786 100644 --- a/docs/admin/engines/sql-engines.rst +++ b/docs/admin/engines/sql-engines.rst @@ -136,12 +136,10 @@ find an example configuration below: MySQL ----- -.. _mysql-connector-python: https://pypi.org/project/mysql-connector-python - .. sidebar:: info - :origin:`mysql_server.py <searx/engines/mysql_server.py>` - - ``pip install`` mysql-connector-python_ + - ``pip install`` :pypi:`mysql-connector-python <mysql-connector-python>` MySQL is said to be the most popular open source database. Before enabling MySQL engine, you must install the package ``mysql-connector-python``. diff --git a/docs/admin/installation-switch2ng.rst b/docs/admin/installation-switch2ng.rst index 257a885d5..8863cd71e 100644 --- a/docs/admin/installation-switch2ng.rst +++ b/docs/admin/installation-switch2ng.rst @@ -7,7 +7,7 @@ Switch from searx to SearXNG .. sidebar:: info - :pull:`456` - - `A comment about rolling release <https://github.com/searxng/searxng/pull/446#issuecomment-954730358>`_ + - :pull:`A comment about rolling release <446#issuecomment-954730358>` .. contents:: Contents :depth: 2 |