From 2df9a482c0d269a2fa48b2124f1ee0f00bee1735 Mon Sep 17 00:00:00 2001 From: Jakub Stasiak Date: Mon, 8 Jul 2024 00:16:30 +0200 Subject: [PATCH] Adapt to the theme --- docs/conf.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 94648ae..f7f1c18 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -133,12 +133,6 @@ # typographically correct entities. # html_use_smartypants = True -# Custom sidebar templates, maps document names to template names. -html_sidebars = { - 'index': ('sidebar.html', 'sourcelink.html', 'searchbox.html'), - '**': ('localtoc.html', 'relations.html', 'sourcelink.html', 'searchbox.html'), -} - # Additional templates that should be rendered to pages, maps page names to # template names. # html_additional_pages = {}