From fc53f2a6b9d7df6b4b5608f20fffc76b25264ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sun, 13 Nov 2022 23:05:10 +0100 Subject: [PATCH] chg: [style] Fixed style with black. --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 43e0948..44dc095 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,8 +38,8 @@ source_suffix = ".rst" master_doc = "index" # General information about the project. -project = u"Stegano" -copyright = u"2010-2022, Cédric Bonhomme" +project = "Stegano" +copyright = "2010-2022, Cédric Bonhomme" author = "Cédric Bonhomme " # The version info for the project you're documenting, acts as replacement for @@ -164,7 +164,7 @@ latex_engine = "pdflatex" # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ("index", "Stgan.tex", u"Stegano Documentation", u"Cédric Bonhomme", "howto"), + ("index", "Stgan.tex", "Stegano Documentation", "Cédric Bonhomme", "howto"), ] latex_show_urls = True