diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-03-27 06:42:22 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-03-27 06:57:28 +0100 |
| commit | 150b2e21fdcc06492b7d78bbcb91fbcc037a7831 (patch) | |
| tree | c7b2a6532b0ab39ba196c84863a030d39a58f590 /searx/engines/google_scholar.py | |
| parent | 02f5002a5f1c5d05a5876af66870d818eb37286e (diff) | |
[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 <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/engines/google_scholar.py')
| -rw-r--r-- | searx/engines/google_scholar.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/engines/google_scholar.py b/searx/engines/google_scholar.py index 48c303529..481cce5dc 100644 --- a/searx/engines/google_scholar.py +++ b/searx/engines/google_scholar.py @@ -51,9 +51,9 @@ about = { categories = ['science', 'scientific publications'] 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 """ language_support = True time_range_support = True |