From 8182ae0ad104d2c26586932fa98366d39ab4af22 Mon Sep 17 00:00:00 2001 From: papadanku Date: Sun, 4 Aug 2024 23:21:54 -0700 Subject: [PATCH] Update conf.py --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 03d5f6f..f7c789c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -35,7 +35,7 @@ } html_theme_options = { 'fixed_sidebar': 'true', - 'show_relbar_top': 'true', + 'show_relbar_bottom': 'true', 'page_width': '1200px', 'sidebar_width': '400px', 'code_font_family': 'Noto Sans Mono',