From 907ee6a607a43ba34f6c886113511d2c635c36ce Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 18 Feb 2025 22:36:17 +0000 Subject: [PATCH] Fix issues from Ruff in docs config --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 82098a168..1b057bb4d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -188,7 +188,7 @@ latex_documents = [ "cookiecutter-django Documentation", "cookiecutter-django", "manual", - ) + ), ] # 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", ["Daniel Roy Greenfeld"], 1, - ) + ), ] # If true, show URL addresses after external links. @@ -242,7 +242,7 @@ texinfo_documents = [ "Cookiecutter Django documentation", "Daniel Roy Greenfeld", "Cookiecutter Django", - "A Cookiecutter template for creating production-ready " "Django projects quickly.", + "A Cookiecutter template for creating production-ready Django projects quickly.", "Miscellaneous", ) ]