diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2022-01-21 09:30:09 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2022-01-21 09:35:00 +0100 |
| commit | bd4cdde70d68b6137dcd13d4792b897554ceec01 (patch) | |
| tree | af303fe4ce146a88e628efa9638fc0527c88e81c /docs/admin/installation-switch2ng.rst | |
| parent | 0dd5f5a830566c3f196d272a526041d442407c65 (diff) | |
[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 <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/admin/installation-switch2ng.rst')
| -rw-r--r-- | docs/admin/installation-switch2ng.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |