Skip to content

Commit dc971e5

Browse files
Apply the previous patch 1092d13 / #357
1 parent 24c0999 commit dc971e5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

flit/vendorized/readme/rst.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,10 @@ def emptytag(
9393
# Strip all comments from the rendered output.
9494
"strip_comments": True,
9595

96-
# Use the short form of syntax highlighting so that the generated
97-
# Pygments CSS can be used to style the output.
98-
"syntax_highlight": "short",
96+
# PATCH FOR FLIT ----------------------------------
97+
# Disable syntax highlighting so we don't need Pygments installed.
98+
"syntax_highlight": "none",
99+
# -------------------------------------------------
99100

100101
# Maximum width (in characters) for one-column field names.
101102
# 0 means "no limit"

0 commit comments

Comments
 (0)