mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-11 00:22:29 +03:00
Fix issues from Ruff in docs config
This commit is contained in:
parent
f30c3c036c
commit
907ee6a607
|
@ -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",
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user