From 7fe09ed8700c8c52ffddaac3de3d09d11ed90843 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Mon, 28 Oct 2024 08:27:45 -0400 Subject: [PATCH] fix flake8 --- docs/source/conf.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index c8226c5..7cca957 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -65,15 +65,6 @@ html_theme = 'sphinx_rtd_theme' html_static_path = ['_static'] -html_favicon = '_static/favicon.ico' - -#html_sidebars = { -# '**': [ -# 'relations.html', # needs 'show_related': True theme option to display -# 'searchbox.html', -# 'indexsidebar.html'] -#} +html_favicon = '_static/favicon.ico' pygments_style = 'sphinx' - -