mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
🎨 Format Python code with Black
This commit is contained in:
parent
cb9ecb468d
commit
b0b440e4cc
1 changed files with 9 additions and 9 deletions
18
doc/conf.py
18
doc/conf.py
|
@ -65,18 +65,18 @@ source_suffix = ".rst"
|
|||
master_doc = "index"
|
||||
|
||||
# General information about the project.
|
||||
project = u"Moulinette"
|
||||
copyright = u"2017, YunoHost Collective"
|
||||
author = u"YunoHost Collective"
|
||||
project = "Moulinette"
|
||||
copyright = "2017, YunoHost Collective"
|
||||
author = "YunoHost Collective"
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = u"2.6.1"
|
||||
version = "2.6.1"
|
||||
# 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
|
||||
# for a list of supported languages.
|
||||
|
@ -161,8 +161,8 @@ latex_documents = [
|
|||
(
|
||||
master_doc,
|
||||
"Moulinette.tex",
|
||||
u"Moulinette Documentation",
|
||||
u"YunoHost Collective",
|
||||
"Moulinette Documentation",
|
||||
"YunoHost Collective",
|
||||
"manual",
|
||||
),
|
||||
]
|
||||
|
@ -172,7 +172,7 @@ latex_documents = [
|
|||
|
||||
# One entry per manual page. List of tuples
|
||||
# (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 -------------------------------------------
|
||||
|
@ -184,7 +184,7 @@ texinfo_documents = [
|
|||
(
|
||||
master_doc,
|
||||
"Moulinette",
|
||||
u"Moulinette Documentation",
|
||||
"Moulinette Documentation",
|
||||
author,
|
||||
"Moulinette",
|
||||
"One line description of project.",
|
||||
|
|
Loading…
Reference in a new issue