From 88094a497233ffa9cf9d7502a721ddb862854bf7 Mon Sep 17 00:00:00 2001 From: Rob Cohen Date: Fri, 10 Jul 2020 12:07:06 -0600 Subject: [PATCH] fix --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 8fcac370..be81a779 100644 --- a/conf.py +++ b/conf.py @@ -75,7 +75,7 @@ # a list of builtin themes. # html_theme = "sphinx_rtd_theme" -html_style = 'css/modified-theme.css' +#html_style = 'css/modified-theme.css' html_theme_options = { 'logo_only': False,