Skip to content

Commit 086a354

Browse files
authored
Merge pull request #30 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 72ef56f + cbb9e6e commit 086a354

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/conf.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@
4242
master_doc = "index"
4343

4444
# General information about the project.
45-
project = u"Adafruit TinyLoRa Library"
46-
copyright = u"2018 brentru"
47-
author = u"brentru"
45+
project = "Adafruit TinyLoRa Library"
46+
copyright = "2018 brentru"
47+
author = "brentru"
4848

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

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.
@@ -144,7 +144,7 @@
144144
(
145145
master_doc,
146146
"AdafruitTinyLoRaLibrary.tex",
147-
u"AdafruitTinyLoRa Library Documentation",
147+
"AdafruitTinyLoRa Library Documentation",
148148
author,
149149
"manual",
150150
),
@@ -158,7 +158,7 @@
158158
(
159159
master_doc,
160160
"AdafruitTinyLoRalibrary",
161-
u"Adafruit TinyLoRa Library Documentation",
161+
"Adafruit TinyLoRa Library Documentation",
162162
[author],
163163
1,
164164
)
@@ -173,7 +173,7 @@
173173
(
174174
master_doc,
175175
"AdafruitTinyLoRaLibrary",
176-
u"Adafruit TinyLoRa Library Documentation",
176+
"Adafruit TinyLoRa Library Documentation",
177177
author,
178178
"AdafruitTinyLoRaLibrary",
179179
"One line description of project.",

0 commit comments

Comments
 (0)