From 0dd5f5a830566c3f196d272a526041d442407c65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 07:04:53 +0000 Subject: [PATCH 1/2] Bump sphinx from 4.3.2 to 4.4.0 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.2 to 4.4.0. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.3.2...v4.4.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index fcb306c60..8c75db80a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ splinter==0.17.0 selenium==4.1.0 twine==3.7.1 Pallets-Sphinx-Themes==2.0.2 -Sphinx==4.3.2 +Sphinx==4.4.0 sphinx-issues==3.0.1 sphinx-jinja==1.4.0 sphinx-tabs==3.2.0 From bd4cdde70d68b6137dcd13d4792b897554ceec01 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 21 Jan 2022 09:30:09 +0100 Subject: [PATCH 2/2] [docs] fix some warnings from Sphinx-doc update 4.3.2 to 4.4.0 With Sphinx-doc update 4.4.0 we get some warnings about links that can be replaced by already defined 'sphinx.ext.extlinks': admin/engines/sql-engines.rst:144: WARNING: hardcoded link 'https://pypi.org/project/mysql-connector-python' could be replaced by an extlink (try using ':pypi:`mysql-connector-python`' instead) docs/admin/installation-switch2ng.rst:10: WARNING: hardcoded link 'https://github.com/searxng/searxng/pull/446#issuecomment-954730358' could be replaced by an extlink (try using ':pull:`446#issuecomment-954730358`' instead) Signed-off-by: Markus Heiser --- docs/admin/engines/sql-engines.rst | 4 +--- 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 ` - - ``pip install`` mysql-connector-python_ + - ``pip install`` :pypi:`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 `_ + - :pull:`A comment about rolling release <446#issuecomment-954730358>` .. contents:: Contents :depth: 2