From 451e09455249b0f55a9475268f522c9387c9e1e1 Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Mon, 7 Feb 2022 17:33:39 -0700 Subject: [PATCH] Disable the html_prettify setting This fixes the issue where every code block would have an extra space inserted after it. Fixes #139. --- spec/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/conf.py b/spec/conf.py index 48fe552db..da30e54b0 100644 --- a/spec/conf.py +++ b/spec/conf.py @@ -114,7 +114,7 @@ #'repo_name': 'Project', "html_minify": False, - "html_prettify": True, + "html_prettify": False, "css_minify": True, "logo_icon": "", "repo_type": "github",