From 0e85e5831becbd7e1bc0ec9a69b16279c244d513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Fri, 6 Nov 2020 22:59:48 +0700 Subject: [PATCH] Adapt to the new furo --- source/conf.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source/conf.py b/source/conf.py index 73b6600..67cb522 100644 --- a/source/conf.py +++ b/source/conf.py @@ -26,8 +26,11 @@ exclude_patterns = [] # Options for HTML output html_theme = 'furo' -html_theme_options = {'css_variables': { - 'color-brand-primary': '#436e58', 'color-brand-content': '#436e58'}} +css_variables = {'color-brand-primary': '#436e58', + 'color-brand-content': '#436e58'} +html_theme_options = {'dark_css_variables': css_variables, + 'light_css_variables': css_variables, + 'sidebar_hide_name': True} html_title = 'Raphael McSinyx' html_logo = 'CnX.png'