8000 Disable the html_prettify setting (#389) · data-apis/array-api@ee3f3b0 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0