diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/admin/engines/sql-engines.rst | 4 | ||||
| -rw-r--r-- | docs/admin/installation-switch2ng.rst | 2 | ||||
| -rw-r--r-- | docs/dev/makefile.rst | 6 |
3 files changed, 5 insertions, 7 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 diff --git a/docs/dev/makefile.rst b/docs/dev/makefile.rst index 8c9058c34..8e9de7882 100644 --- a/docs/dev/makefile.rst +++ b/docs/dev/makefile.rst @@ -238,10 +238,10 @@ and ``test.robot``. You can run tests selective, e.g.:: ... TEST test.sh OK -.. _make test.sh: +.. _make test.shell: -``make test.sh`` -================ +``make test.shell`` +=================== :ref:`sh lint` / if you have changed some bash scripting run this test before commit. |