From 62810439a576742d1ad65a67b3f080a0c05b76df Mon Sep 17 00:00:00 2001 From: Arya Massarat <23412689+aryarm@users.noreply.github.com> Date: Mon, 30 Oct 2023 14:07:56 -0700 Subject: [PATCH] remove now unnecessary fixed_sidebar option the option was specific to alabaster but we changed to rtd in #179 --- doc/conf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 060dfa32..6874733d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -73,9 +73,6 @@ 'searchbox.html' ] } -html_theme_options = { - 'fixed_sidebar' : True -} # Add any paths that contain custom static files (such as style sheets) here,