From 120fa098f3d5db2f9acb4db4b299ceb174ce07fb Mon Sep 17 00:00:00 2001 From: EmmaRenauld Date: Fri, 27 Oct 2023 14:48:30 -0400 Subject: [PATCH] Fix pep8 --- source/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/conf.py b/source/conf.py index 37cec958..fec03f9c 100644 --- a/source/conf.py +++ b/source/conf.py @@ -19,7 +19,6 @@ exclude_patterns = [] - # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output @@ -30,4 +29,4 @@ html_show_sourcelink = False html_sidebars = { '**': ['globaltoc.html'] # Can add: 'searchbox.html' -} \ No newline at end of file +}