]> git.proxmox.com Git - proxmox-backup.git/commitdiff
docs: conf: fix conf for new alabaster theme version
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 24 Sep 2020 17:44:50 +0000 (19:44 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 24 Sep 2020 17:44:50 +0000 (19:44 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
docs/conf.py

index fc1631c22a6a9dc9be7ec5a1f697c1fd3166c12f..3c4446996531c330bd34e8f83b1106c52a5cb563 100644 (file)
@@ -162,18 +162,19 @@ html_theme = 'alabaster'
 #
 html_theme_options = {
     'fixed_sidebar': True,
-    #'sidebar_includehidden': False,
-    'sidebar_collapse': False, # FIXME: documented, but does not works?!
-    'show_relbar_bottom': True, # FIXME: documented, but does not works?!
+    'sidebar_includehidden': False,
+    'sidebar_collapse': False,
+    'globaltoc_collapse': False,
+    'show_relbar_bottom': True,
     'show_powered_by': False,
 
-    'logo': 'proxmox-logo.svg',
-    'logo_name': True, # show project name below logo
-    #'logo_text_align': 'center',
-    #'description': 'Fast, Secure & Efficient.',
+    'extra_nav_links': {
+        'Proxmox Homepage': 'https://proxmox.com',
+        'PDF': 'proxmox-backup.pdf',
+    },
 
-    'sidebar_width': '300px',
-    'page_width': '1280px',
+    'sidebar_width': '320px',
+    'page_width': '1320px',
     # font styles
     'head_font_family': 'Lato, sans-serif',
     'caption_font_family': 'Lato, sans-serif',