🎨 Format Python code with Black

This commit is contained in:
alexAubin 2022-02-08 13:45:42 +00:00 committed by GitHub
parent cb9ecb468d
commit b0b440e4cc

View file

@ -65,18 +65,18 @@ source_suffix = ".rst"
master_doc = "index" master_doc = "index"
# General information about the project. # General information about the project.
project = u"Moulinette" project = "Moulinette"
copyright = u"2017, YunoHost Collective" copyright = "2017, YunoHost Collective"
author = u"YunoHost Collective" author = "YunoHost Collective"
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = u"2.6.1" version = "2.6.1"
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = u"2.6.1" release = "2.6.1"
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
@ -161,8 +161,8 @@ latex_documents = [
( (
master_doc, master_doc,
"Moulinette.tex", "Moulinette.tex",
u"Moulinette Documentation", "Moulinette Documentation",
u"YunoHost Collective", "YunoHost Collective",
"manual", "manual",
), ),
] ]
@ -172,7 +172,7 @@ latex_documents = [
# One entry per manual page. List of tuples # One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
man_pages = [(master_doc, "moulinette", u"Moulinette Documentation", [author], 1)] man_pages = [(master_doc, "moulinette", "Moulinette Documentation", [author], 1)]
# -- Options for Texinfo output ------------------------------------------- # -- Options for Texinfo output -------------------------------------------
@ -184,7 +184,7 @@ texinfo_documents = [
( (
master_doc, master_doc,
"Moulinette", "Moulinette",
u"Moulinette Documentation", "Moulinette Documentation",
author, author,
"Moulinette", "Moulinette",
"One line description of project.", "One line description of project.",