]> git.proxmox.com Git - proxmox-backup.git/commitdiff
docs: set latex table style to modern default
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 8 Nov 2023 11:33:46 +0000 (12:33 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 8 Nov 2023 11:33:47 +0000 (12:33 +0100)
The option was introduced for sphinx 5.0, but back then still using an
empty set as default value, but since (for us still future) 6.0 the
default will be ['booktabs', 'colorrows'], which looks better so use
it now already.

https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-latex_table_style

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
docs/conf.py

index 7d2f0f6ef5acb47d890221505ffa285c8a5a1702..98254789ac8e8f3ddb75ce37c19cc2e2af240434 100644 (file)
@@ -415,6 +415,8 @@ latex_logo = "images/proxmox-logo.png"
 #
 # latex_domain_indices = True
 
+latex_table_style = ['booktabs', 'colorrows']
+
 
 # -- Options for Epub output ----------------------------------------------