Skip to content

Commit 0d49a1f

Browse files
authored
Merge pull request #26 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents b08aa01 + 0e32efa commit 0d49a1f

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
@@ -72,18 +72,18 @@
7272
master_doc = "index"
7373

7474
# General information about the project.
75-
project = u"Adafruit's DS3231 RTC Library"
76-
copyright = u"2016, Philip Moyer"
77-
author = u"Philip Moyer"
75+
project = "Adafruit's DS3231 RTC Library"
76+
copyright = "2016, Philip Moyer"
77+
author = "Philip Moyer"
7878

7979
# The version info for the project you're documenting, acts as replacement for
8080
# |version| and |release|, also used in various other places throughout the
8181
# built documents.
8282
#
8383
# The short X.Y version.
84-
version = u"1.0"
84+
version = "1.0"
8585
# The full version, including alpha/beta/rc tags.
86-
release = u"1.0"
86+
release = "1.0"
8787

8888
# The language for content autogenerated by Sphinx. Refer to documentation
8989
# for a list of supported languages.
@@ -304,8 +304,8 @@
304304
(
305305
master_doc,
306306
"AdafruitsDS3231RTCLibrary.tex",
307-
u"Adafruit's DS3231 RTC Library Documentation",
308-
u"Philip Moyer",
307+
"Adafruit's DS3231 RTC Library Documentation",
308+
"Philip Moyer",
309309
"manual",
310310
),
311311
]
@@ -351,7 +351,7 @@
351351
(
352352
master_doc,
353353
"adafruitsds3231rtclibrary",
354-
u"Adafruit's DS3231 RTC Library Documentation",
354+
"Adafruit's DS3231 RTC Library Documentation",
355355
[author],
356356
1,
357357
)
@@ -371,7 +371,7 @@
371371
(
372372
master_doc,
373373
"AdafruitsDS3231RTCLibrary",
374-
u"Adafruit's DS3231 RTC Library Documentation",
374+
"Adafruit's DS3231 RTC Library Documentation",
375375
author,
376376
"AdafruitsDS3231RTCLibrary",
377377
"One line description of project.",

0 commit comments

Comments
 (0)