From 2226ae4a166bff46ea5f7bd45078072a94024654 Mon Sep 17 00:00:00 2001 From: papadanku Date: Sun, 4 Aug 2024 23:09:34 -0700 Subject: [PATCH] Update conf.py --- doc/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index a5fefc5..83e592a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -24,6 +24,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = 'alabaster' + html_sidebars = { '**': [ 'about.html', @@ -42,4 +43,4 @@ 'font_family': 'Noto Sans', 'head_font_family': 'Noto Sans', 'caption_font_family': 'Noto Sans' -} \ No newline at end of file +}