We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c0999 commit dc971e5Copy full SHA for dc971e5
flit/vendorized/readme/rst.py
@@ -93,9 +93,10 @@ def emptytag(
93
# Strip all comments from the rendered output.
94
"strip_comments": True,
95
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",
+ # PATCH FOR FLIT ----------------------------------
+ # Disable syntax highlighting so we don't need Pygments installed.
+ "syntax_highlight": "none",
99
+ # -------------------------------------------------
100
101
# Maximum width (in characters) for one-column field names.
102
# 0 means "no limit"
0 commit comments