From e474de42eb5c31e875ed0eed86f3b620d5216c23 Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Tue, 20 Oct 2020 15:16:41 +0300 Subject: [PATCH] Missing comma --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index f554004..d95ea0d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,7 +54,7 @@ html_sidebars = { '**': [ # from pydata_sphinx_theme 'sidebar-nav-bs.html', - 'sidebar-search-bs.html' + 'sidebar-search-bs.html', # from sphinx builtins 'globaltoc.html', 'relations.html',