Fix issues from Ruff in docs config

This commit is contained in:
Bruno Alla 2025-02-18 22:36:17 +00:00
parent f30c3c036c
commit 907ee6a607

View File

@ -188,7 +188,7 @@ latex_documents = [
"cookiecutter-django Documentation", "cookiecutter-django Documentation",
"cookiecutter-django", "cookiecutter-django",
"manual", "manual",
) ),
] ]
# The name of an image file (relative to this directory) to place at the top of # The name of an image file (relative to this directory) to place at the top of
@ -223,7 +223,7 @@ man_pages = [
"Cookiecutter Django documentation", "Cookiecutter Django documentation",
["Daniel Roy Greenfeld"], ["Daniel Roy Greenfeld"],
1, 1,
) ),
] ]
# If true, show URL addresses after external links. # If true, show URL addresses after external links.
@ -242,7 +242,7 @@ texinfo_documents = [
"Cookiecutter Django documentation", "Cookiecutter Django documentation",
"Daniel Roy Greenfeld", "Daniel Roy Greenfeld",
"Cookiecutter Django", "Cookiecutter Django",
"A Cookiecutter template for creating production-ready " "Django projects quickly.", "A Cookiecutter template for creating production-ready Django projects quickly.",
"Miscellaneous", "Miscellaneous",
) )
] ]