mirror of
https://github.com/django/django.git
synced 2025-11-19 19:24:46 +00:00
Refs #36485 -- Rewrapped docs to 79 columns line length.
Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content.
This commit is contained in:
parent
4286a23df6
commit
f81e6e3a53
230 changed files with 3250 additions and 2914 deletions
|
|
@ -145,7 +145,7 @@ if __name__ == "__main__":
|
|||
"--disable",
|
||||
"line-too-long", # Disable sphinx-lint version
|
||||
"--max-line-length",
|
||||
"80",
|
||||
"79",
|
||||
*params,
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue