diff options
Diffstat (limited to 'docs/conf.py')
| -rwxr-xr-x | docs/conf.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index c6d04bff5..7f670f082 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,6 +43,19 @@ html_favicon = 'assets/logo.svg' html_theme_options = { 'sidebar_hide_name': True, } +# Furo default sidebar with a Sponsor button inserted just below the logo. +html_sidebars = { + '**': [ + 'sidebar/brand.html', + 'sidebar/sponsor.html', + 'sidebar/search.html', + 'sidebar/scroll-start.html', + 'sidebar/navigation.html', + 'sidebar/ethical-ads.html', + 'sidebar/scroll-end.html', + 'sidebar/variant-selector.html', + ] +} html_static_path = ['_static'] html_css_files = ['custom.css'] |
