Skip to content

Commit 17fc30e

Browse files
authored
Merge pull request #18 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 3ff0e61 + 467bfdb commit 17fc30e

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
@@ -58,18 +58,18 @@
5858
master_doc = "index"
5959

6060
# General information about the project.
61-
project = u"Adafruit DS1307 Library"
62-
copyright = u"2016, Philip Moyer and Adafruit Industries"
63-
author = u"Philip Moyer"
61+
project = "Adafruit DS1307 Library"
62+
copyright = "2016, Philip Moyer and Adafruit Industries"
63+
author = "Philip Moyer"
6464

6565
# The version info for the project you're documenting, acts as replacement for
6666
# |version| and |release|, also used in various other places throughout the
6767
# built documents.
6868
#
6969
# The short X.Y version.
70-
version = u"1.0"
70+
version = "1.0"
7171
# The full version, including alpha/beta/rc tags.
72-
release = u"1.0"
72+
release = "1.0"
7373

7474
# The language for content autogenerated by Sphinx. Refer to documentation
7575
# for a list of supported languages.
@@ -290,8 +290,8 @@
290290
(
291291
master_doc,
292292
"AdafruitDS1307Library.tex",
293-
u"Adafruit DS1307 Library Documentation",
294-
u"Phiilip Moyer",
293+
"Adafruit DS1307 Library Documentation",
294+
"Phiilip Moyer",
295295
"manual",
296296
),
297297
]
@@ -337,7 +337,7 @@
337337
(
338338
master_doc,
339339
"adafruitds1307library",
340-
u"Adafruit DS1307 Library Documentation",
340+
"Adafruit DS1307 Library Documentation",
341341
[author],
342342
1,
343343
)
@@ -357,7 +357,7 @@
357357
(
358358
master_doc,
359359
"AdafruitDS1307Library",
360-
u"Adafruit DS1307 Library Documentation",
360+
"Adafruit DS1307 Library Documentation",
361361
author,
362362
"AdafruitDS1307Library",
363363
"One line description of project.",

0 commit comments

Comments
 (0)