Skip to content

Commit 83d91a6

Browse files
committed
Black reformatting with Python 3 target.
1 parent d79f217 commit 83d91a6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/conf.py

+9-9
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,18 @@
5454
master_doc = "index"
5555

5656
# General information about the project.
57-
project = u"Adafruit's PCF8523 RTC Library"
58-
copyright = u"2016, Philip Moyer"
59-
author = u"Philip Moyer"
57+
project = "Adafruit's PCF8523 RTC Library"
58+
copyright = "2016, Philip Moyer"
59+
author = "Philip Moyer"
6060

6161
# The version info for the project you're documenting, acts as replacement for
6262
# |version| and |release|, also used in various other places throughout the
6363
# built documents.
6464
#
6565
# The short X.Y version.
66-
version = u"1.0"
66+
version = "1.0"
6767
# The full version, including alpha/beta/rc tags.
68-
release = u"1.0"
68+
release = "1.0"
6969

7070
# The language for content autogenerated by Sphinx. Refer to documentation
7171
# for a list of supported languages.
@@ -278,8 +278,8 @@
278278
(
279279
master_doc,
280280
"AdafruitsPCF8523RTCLibrary.tex",
281-
u"Adafruit's PCF8523 RTC Library Documentation",
282-
u"Philip Moyer",
281+
"Adafruit's PCF8523 RTC Library Documentation",
282+
"Philip Moyer",
283283
"manual",
284284
),
285285
]
@@ -325,7 +325,7 @@
325325
(
326326
master_doc,
327327
"AdafruitsPCF8523RTCLibrary23rtclibrary",
328-
u"Adafruit's PCF8523 RTC Library Documentation",
328+
"Adafruit's PCF8523 RTC Library Documentation",
329329
[author],
330330
1,
331331
)
@@ -345,7 +345,7 @@
345345
(
346346
master_doc,
347347
"AdafruitsPCF8523RTCLibrary",
348-
u"Adafruit's PCF8523 RTC Library Documentation",
348+
"Adafruit's PCF8523 RTC Library Documentation",
349349
author,
350350
"AdafruitsPCF8523RTCLibrary",
351351
"One line description of project.",

0 commit comments

Comments
 (0)