Skip to content

Commit b627cda

Browse files
committed
Black reformatting with Python 3 target.
1 parent 285159c commit b627cda

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/conf.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@
4040
master_doc = "index"
4141

4242
# General information about the project.
43-
project = u"Adafruit SSD1306 Library"
44-
copyright = u"2017 Michael McWethy"
45-
author = u"Michael McWethy"
43+
project = "Adafruit SSD1306 Library"
44+
copyright = "2017 Michael McWethy"
45+
author = "Michael McWethy"
4646

4747
# The version info for the project you're documenting, acts as replacement for
4848
# |version| and |release|, also used in various other places throughout the
4949
# built documents.
5050
#
5151
# The short X.Y version.
52-
version = u"1.0"
52+
version = "1.0"
5353
# The full version, including alpha/beta/rc tags.
54-
release = u"1.0"
54+
release = "1.0"
5555

5656
# The language for content autogenerated by Sphinx. Refer to documentation
5757
# for a list of supported languages.
@@ -136,7 +136,7 @@
136136
(
137137
master_doc,
138138
"AdafruitSSD1306Library.tex",
139-
u"AdafruitSSD1306 Library Documentation",
139+
"AdafruitSSD1306 Library Documentation",
140140
author,
141141
"manual",
142142
),
@@ -150,7 +150,7 @@
150150
(
151151
master_doc,
152152
"AdafruitSSD1306library",
153-
u"Adafruit SSD1306 Library Documentation",
153+
"Adafruit SSD1306 Library Documentation",
154154
[author],
155155
1,
156156
)
@@ -165,7 +165,7 @@
165165
(
166166
master_doc,
167167
"AdafruitSSD1306Library",
168-
u"Adafruit SSD1306 Library Documentation",
168+
"Adafruit SSD1306 Library Documentation",
169169
author,
170170
"AdafruitSSD1306Library",
171171
"One line description of project.",

0 commit comments

Comments
 (0)