Skip to content

Commit 1f1383e

Browse files
mondejadi
andauthored
No limit rendering RST one column field names (#219)
Co-authored-by: Dustin Ingram <[email protected]>
1 parent 7009861 commit 1f1383e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readme_renderer/rst.py

+4
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ def emptytag(self, node, tagname, suffix="\n", **attributes):
8888
# Use the short form of syntax highlighting so that the generated
8989
# Pygments CSS can be used to style the output.
9090
"syntax_highlight": "short",
91+
92+
# Maximum width (in characters) for one-column field names.
93+
# 0 means "no limit"
94+
"field_name_limit": 0,
9195
}
9296

9397

0 commit comments

Comments
 (0)