From 150b2e21fdcc06492b7d78bbcb91fbcc037a7831 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Thu, 27 Mar 2025 06:42:22 +0100 Subject: [fix] make docs -> ERROR: Unknown target name: "google: max 50 pages". Fix the issues reported by sphinx build:: docstring of searx.engines.google.max_page:1: ERROR: Unknown target name: "google: max 50 pages". docstring of searx.engines.google_images.max_page:1: ERROR: Unknown target name: "google: max 50 pages". docstring of searx.engines.google_scholar.max_page:1: ERROR: Unknown target name: "google: max 50 pages". Signed-off-by: Markus Heiser --- searx/engines/google_images.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searx/engines/google_images.py') diff --git a/searx/engines/google_images.py b/searx/engines/google_images.py index 89db887b1..19374387a 100644 --- a/searx/engines/google_images.py +++ b/searx/engines/google_images.py @@ -47,9 +47,9 @@ about = { categories = ['images', 'web'] paging = True max_page = 50 -"""`Google: max 50 pages`_ +"""`Google max 50 pages`_ -.. _Google: max 50 pages: https://github.com/searxng/searxng/issues/2982 +.. _Google max 50 pages: https://github.com/searxng/searxng/issues/2982 """ time_range_support = True -- cgit v1.2.3