Add 'line_length_limit' configuration field to 'docutils.frontend.Values'. (#26)

This commit is contained in:
Álvaro Mondéjar 2021-04-10 00:07:12 +02:00 committed by GitHub
parent 3e4bb50687
commit d81c49221e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ def strip_rst(line):
"tab_width": 8,
"trim_footnote_reference_space": None,
"syntax_highlight": "long",
"line_length_limit": 10000,
}
)
stderr_stringio = io.StringIO()