wrap text at 52 characters for in-game display

develop
myk002 2022-07-11 17:24:17 -07:00
parent 328d839f19
commit d68350c1f1
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 6 additions and 0 deletions

@ -363,3 +363,9 @@ latex_documents = [
]
latex_toplevel_sectioning = 'part'
# -- Options for text output ---------------------------------------------
from sphinx.writers import text
text.MAXWIDTH = 52