From 664f3cec86f6179c10eba7f4a9608135958013b8 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Wed, 4 Oct 2023 14:01:37 +0200 Subject: [PATCH] conf: enable show_relbars fixes #40 --- book/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/book/source/conf.py b/book/source/conf.py index 80f4181..c451430 100644 --- a/book/source/conf.py +++ b/book/source/conf.py @@ -32,4 +32,5 @@ html_static_path = ['_static'] # https://github.com/sphinx-doc/alabaster/blob/0.x/alabaster/theme.conf html_theme_options = { 'code_font_size': '9pt', + 'show_relbars': 'yes', }