Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f98128c

Browse files
committed
Update black formatting
1 parent cc0d4a0 commit f98128c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/conf.py

+11-11
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
master_doc = "index"
3232

3333
# General information about the project.
34-
project = u"robotpy-cppheaderparser"
35-
copyright = u"2019 RobotPy Development Team"
34+
project = "robotpy-cppheaderparser"
35+
copyright = "2019 RobotPy Development Team"
3636

3737
# The version info for the project you're documenting, acts as replacement for
3838
# |version| and |release|, also used in various other places throughout the
@@ -200,8 +200,8 @@
200200
(
201201
"index",
202202
"sphinx.tex",
203-
u"robotpy-cppheaderparser Documentation",
204-
u"Author",
203+
"robotpy-cppheaderparser Documentation",
204+
"Author",
205205
"manual",
206206
)
207207
]
@@ -232,7 +232,7 @@
232232
# One entry per manual page. List of tuples
233233
# (source start file, name, description, authors, manual section).
234234
man_pages = [
235-
("index", "sphinx", u"robotpy-cppheaderparser Documentation", [u"Author"], 1)
235+
("index", "sphinx", "robotpy-cppheaderparser Documentation", ["Author"], 1)
236236
]
237237

238238
# If true, show URL addresses after external links.
@@ -248,8 +248,8 @@
248248
(
249249
"index",
250250
"sphinx",
251-
u"robotpy-cppheaderparser Documentation",
252-
u"Author",
251+
"robotpy-cppheaderparser Documentation",
252+
"Author",
253253
"sphinx",
254254
"One line description of project.",
255255
"Miscellaneous",
@@ -272,10 +272,10 @@
272272
# -- Options for Epub output ----------------------------------------------
273273

274274
# Bibliographic Dublin Core info.
275-
epub_title = u"robotpy-cppheaderparser"
276-
epub_author = u"RobotPy Development Team"
277-
epub_publisher = u"RobotPy Development Team"
278-
epub_copyright = u"2019 RobotPy Development Team"
275+
epub_title = "robotpy-cppheaderparser"
276+
epub_author = "RobotPy Development Team"
277+
epub_publisher = "RobotPy Development Team"
278+
epub_copyright = "2019 RobotPy Development Team"
279279

280280
# The basename for the epub file. It defaults to the project name.
281281
# epub_basename = u'..'

0 commit comments

Comments
 (0)