From 8baa3659c0fb9e598be5a985298973ececd04c13 Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Wed, 26 Feb 2025 08:33:58 +0200 Subject: [PATCH] Re-enable navigation sidebars --- doc/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index e9bc78d..8517437 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -54,9 +54,9 @@ # Disable navigation sidebars # https://github.com/pydata/pydata-sphinx-theme/issues/1662 -html_sidebars = { - "**": [], -} +# html_sidebars = { +# "**": [], +# } html_static_path = ["_static"] extlinks = {