Skip to content

Commit b170b09

Browse files
authored
Merge pull request #17 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents d79f217 + a4e2d9e commit b170b09

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/conf.py

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Adafruit's PCF8523 RTC Library documentation build configuration file, created by
3+
# Adafruit PCF8523 RTC Library documentation build configuration file, created by
44
# sphinx-quickstart on Fri Nov 11 21:37:36 2016.
55
#
66
# This file is execfile()d with the current directory set to its
@@ -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 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.
@@ -153,7 +153,7 @@
153153
# The name for this set of Sphinx documents.
154154
# "<project> v<release> documentation" by default.
155155
#
156-
# html_title = u'Adafruit\'s PCF8523 RTC Library v1.0'
156+
# html_title = u'Adafruit PCF8523 RTC Library v1.0'
157157

158158
# A shorter title for the navigation bar. Default is the same as html_title.
159159
#
@@ -277,9 +277,9 @@
277277
latex_documents = [
278278
(
279279
master_doc,
280-
"AdafruitsPCF8523RTCLibrary.tex",
281-
u"Adafruit's PCF8523 RTC Library Documentation",
282-
u"Philip Moyer",
280+
"AdafruitPCF8523RTCLibrary.tex",
281+
"Adafruit PCF8523 RTC Library Documentation",
282+
"Philip Moyer",
283283
"manual",
284284
),
285285
]
@@ -324,8 +324,8 @@
324324
man_pages = [
325325
(
326326
master_doc,
327-
"AdafruitsPCF8523RTCLibrary23rtclibrary",
328-
u"Adafruit's PCF8523 RTC Library Documentation",
327+
"AdafruitPCF8523RTCLibrary23rtclibrary",
328+
"Adafruit PCF8523 RTC Library Documentation",
329329
[author],
330330
1,
331331
)
@@ -344,10 +344,10 @@
344344
texinfo_documents = [
345345
(
346346
master_doc,
347-
"AdafruitsPCF8523RTCLibrary",
348-
u"Adafruit's PCF8523 RTC Library Documentation",
347+
"AdafruitPCF8523RTCLibrary",
348+
"Adafruit PCF8523 RTC Library Documentation",
349349
author,
350-
"AdafruitsPCF8523RTCLibrary",
350+
"AdafruitPCF8523RTCLibrary",
351351
"One line description of project.",
352352
"Miscellaneous",
353353
),

0 commit comments

Comments
 (0)