diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2024-04-19 13:24:20 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2026-05-07 16:19:28 +0200 |
| commit | 50626ef150694555653016b47110dbbd7d2172f9 (patch) | |
| tree | 537c0cda5705f98569557fe868bac80d0660494b /docs/src | |
| parent | 2f72fc4df2e108c219c1ce91e845e26d102a4f5c (diff) | |
[furo] remove `.. contents::` directives (#3408)
The directive creates a table of contents for the page. However, Furo includes
a table of contents already in the sidebar. It is, thus, recommended to
removing the `.. contents::` directive.
[1] https://github.com/pradyunsg/furo/issues/88#issuecomment-803297274
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/searx.botdetection.rst | 5 | ||||
| -rw-r--r-- | docs/src/searx.favicons.rst | 8 | ||||
| -rw-r--r-- | docs/src/searx.locales.rst | 5 | ||||
| -rw-r--r-- | docs/src/searx.search.processors.rst | 6 |
4 files changed, 0 insertions, 24 deletions
diff --git a/docs/src/searx.botdetection.rst b/docs/src/searx.botdetection.rst index f967b1a84..2de8ae122 100644 --- a/docs/src/searx.botdetection.rst +++ b/docs/src/searx.botdetection.rst @@ -4,11 +4,6 @@ Bot Detection ============= -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.botdetection :members: diff --git a/docs/src/searx.favicons.rst b/docs/src/searx.favicons.rst index c1c6a500b..187a0ba9a 100644 --- a/docs/src/searx.favicons.rst +++ b/docs/src/searx.favicons.rst @@ -4,11 +4,6 @@ Favicons (source) ================= -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.favicons :members: @@ -43,6 +38,3 @@ Favicons Cache .. automodule:: searx.favicons.cache :members: - - - diff --git a/docs/src/searx.locales.rst b/docs/src/searx.locales.rst index 9882e7890..e8954e466 100644 --- a/docs/src/searx.locales.rst +++ b/docs/src/searx.locales.rst @@ -4,11 +4,6 @@ Locales ======= -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.locales :members: diff --git a/docs/src/searx.search.processors.rst b/docs/src/searx.search.processors.rst index 3bb4c44bc..0e17db34e 100644 --- a/docs/src/searx.search.processors.rst +++ b/docs/src/searx.search.processors.rst @@ -4,12 +4,6 @@ Search processors ================= -.. contents:: - :depth: 2 - :local: - :backlinks: entry - - Abstract processor class ======================== |
