Skip to content

Commit ee3f3b0

Browse files
authored
Disable the html_prettify setting (#389)
This fixes the issue where every code block would have an extra space inserted after it. Fixes #139.
1 parent 8d4ae62 commit ee3f3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
#'repo_name': 'Project',
115115

116116
"html_minify": False,
117-
"html_prettify": True,
117+
"html_prettify": False,
118118
"css_minify": True,
119119
"logo_icon": "&#xe869",
120120
"repo_type": "github",

0 commit comments

Comments
 (0)