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/admin | |
| 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/admin')
| -rw-r--r-- | docs/admin/buildhosts.rst | 5 | ||||
| -rw-r--r-- | docs/admin/installation-apache.rst | 5 | ||||
| -rw-r--r-- | docs/admin/installation-nginx.rst | 6 | ||||
| -rw-r--r-- | docs/admin/installation-searxng.rst | 6 | ||||
| -rw-r--r-- | docs/admin/installation-uwsgi.rst | 6 | ||||
| -rw-r--r-- | docs/admin/searx.favicons.rst | 6 | ||||
| -rw-r--r-- | docs/admin/searx.limiter.rst | 5 | ||||
| -rw-r--r-- | docs/admin/settings/settings.rst | 5 | ||||
| -rw-r--r-- | docs/admin/update-searxng.rst | 5 |
9 files changed, 0 insertions, 49 deletions
diff --git a/docs/admin/buildhosts.rst b/docs/admin/buildhosts.rst index bdb9ae1d4..aa810c0c8 100644 --- a/docs/admin/buildhosts.rst +++ b/docs/admin/buildhosts.rst @@ -4,11 +4,6 @@ Buildhosts ========== -.. contents:: - :depth: 2 - :local: - :backlinks: entry - To get best results from build, it's recommend to install additional packages on build hosts (see :ref:`searxng.sh`). diff --git a/docs/admin/installation-apache.rst b/docs/admin/installation-apache.rst index b0b580607..a51fd9055 100644 --- a/docs/admin/installation-apache.rst +++ b/docs/admin/installation-apache.rst @@ -61,11 +61,6 @@ section might give you some guidance. - `Apache Fedora`_ - `Apache directives`_ -.. contents:: - :depth: 2 - :local: - :backlinks: entry - The Apache HTTP server ====================== diff --git a/docs/admin/installation-nginx.rst b/docs/admin/installation-nginx.rst index f95354b53..bc008707c 100644 --- a/docs/admin/installation-nginx.rst +++ b/docs/admin/installation-nginx.rst @@ -41,12 +41,6 @@ section might give you some guidance. - `uWSGI support from nginx`_ -.. contents:: - :depth: 2 - :local: - :backlinks: entry - - The nginx HTTP server ===================== diff --git a/docs/admin/installation-searxng.rst b/docs/admin/installation-searxng.rst index 0db119245..9486a3e54 100644 --- a/docs/admin/installation-searxng.rst +++ b/docs/admin/installation-searxng.rst @@ -4,12 +4,6 @@ Step by step installation ========================= -.. contents:: - :depth: 2 - :local: - :backlinks: entry - - In this section we show the setup of a SearXNG instance that will be installed by the :ref:`installation scripts`. diff --git a/docs/admin/installation-uwsgi.rst b/docs/admin/installation-uwsgi.rst index 78a2746f5..5ca501c78 100644 --- a/docs/admin/installation-uwsgi.rst +++ b/docs/admin/installation-uwsgi.rst @@ -9,12 +9,6 @@ uWSGI - `systemd.unit`_ - `uWSGI Emperor`_ -.. contents:: - :depth: 2 - :local: - :backlinks: entry - - .. _systemd.unit: https://www.freedesktop.org/software/systemd/man/systemd.unit.html .. _One service per app in systemd: https://uwsgi-docs.readthedocs.io/en/latest/Systemd.html#one-service-per-app-in-systemd diff --git a/docs/admin/searx.favicons.rst b/docs/admin/searx.favicons.rst index cc6ebd7a4..4f7a74570 100644 --- a/docs/admin/searx.favicons.rst +++ b/docs/admin/searx.favicons.rst @@ -8,11 +8,6 @@ Favicons Don't activate the favicons before reading the documentation. -.. contents:: - :depth: 2 - :local: - :backlinks: entry - Activating the favicons in SearXNG is very easy, but this **generates a significantly higher load** in the client/server communication and increases resources needed on the server. @@ -250,4 +245,3 @@ into the *proxy*: .. _data URL: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs .. _FQN: https://en.wikipedia.org/wiki/Fully_qualified_name - diff --git a/docs/admin/searx.limiter.rst b/docs/admin/searx.limiter.rst index 6fac23868..10db96560 100644 --- a/docs/admin/searx.limiter.rst +++ b/docs/admin/searx.limiter.rst @@ -8,10 +8,5 @@ Limiter The limiter requires a :ref:`Valkey <settings valkey>` database. -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.limiter :members: diff --git a/docs/admin/settings/settings.rst b/docs/admin/settings/settings.rst index d331b3ac6..fa443415a 100644 --- a/docs/admin/settings/settings.rst +++ b/docs/admin/settings/settings.rst @@ -12,11 +12,6 @@ file. - :ref:`use_default_settings.yml` - :ref:`search API` -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. _settings location: settings.yml location diff --git a/docs/admin/update-searxng.rst b/docs/admin/update-searxng.rst index 69638225e..63df2c306 100644 --- a/docs/admin/update-searxng.rst +++ b/docs/admin/update-searxng.rst @@ -9,11 +9,6 @@ SearXNG maintenance - :ref:`toolboxing` - :ref:`uWSGI maintenance` -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. _update searxng: How to update |
