From 97ca75626db94e4ac15dd80a37d33856425f3919 Mon Sep 17 00:00:00 2001 From: PhilipMay Date: Sat, 6 Apr 2024 21:38:11 +0200 Subject: [PATCH] fix blog again --- source/conf.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/conf.py b/source/conf.py index cac3cc9..4467326 100644 --- a/source/conf.py +++ b/source/conf.py @@ -121,6 +121,7 @@ # Remove the primary sidebar from pages # https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/layout.html#remove-the-primary-sidebar-from-pages -html_sidebars = { - "about-me": [] -} +# we deactivate this - it screws up the navigation of the blog +# html_sidebars = { +# "about-me": [] +# }