[doc] engine-table: remove Display errors column (always true)

This commit is contained in:
Martin Fischer 2021-12-20 10:52:21 +01:00
parent 0d5a356f23
commit 292faf213c

View file

@ -18,7 +18,7 @@ Explanation of the :ref:`general engine configuration` shown in the table
:header-rows: 2 :header-rows: 2
:stub-columns: 1 :stub-columns: 1
* - :cspan:`6` Engines configured by default (in :ref:`settings.yml <engine settings>`) * - :cspan:`5` Engines configured by default (in :ref:`settings.yml <engine settings>`)
- -
- :cspan:`3` :ref:`Supported features <engine file>` - :cspan:`3` :ref:`Supported features <engine file>`
@ -28,7 +28,6 @@ Explanation of the :ref:`general engine configuration` shown in the table
- Disabled - Disabled
- Timeout - Timeout
- Weight - Weight
- Display errors
- Categories - Categories
- Paging - Paging
- Language - Language
@ -44,7 +43,6 @@ Explanation of the :ref:`general engine configuration` shown in the table
- {{(mod.disabled and "y") or ""}} - {{(mod.disabled and "y") or ""}}
- {{mod.timeout}} - {{mod.timeout}}
- {{mod.weight or 1 }} - {{mod.weight or 1 }}
- {{(mod.display_error_messages and "y") or ""}}
- {{", ".join(mod.categories)}} - {{", ".join(mod.categories)}}
- {{(mod.paging and "y") or ""}} - {{(mod.paging and "y") or ""}}
- {{(mod.language_support and "y") or ""}} - {{(mod.language_support and "y") or ""}}