From: Thomas Lamprecht Date: Thu, 24 Sep 2020 17:44:50 +0000 (+0200) Subject: docs: conf: fix conf for new alabaster theme version X-Git-Tag: v0.8.21~8 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=fd6a54dfbc8139afb02ade4b9811ce9d0131ad7e;p=proxmox-backup.git docs: conf: fix conf for new alabaster theme version Signed-off-by: Thomas Lamprecht --- diff --git a/docs/conf.py b/docs/conf.py index fc1631c2..3c444699 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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',