Skip to content

Commit 659faaf

Browse files
authored
Merge pull request #45 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 3125f4c + b51129b commit 659faaf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/conf.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@
3939
master_doc = "index"
4040

4141
# General information about the project.
42-
project = u"Adafruit BNO055 Library"
43-
copyright = u"2017 Radomir Dopieralski"
44-
author = u"Radomir Dopieralski"
42+
project = "Adafruit BNO055 Library"
43+
copyright = "2017 Radomir Dopieralski"
44+
author = "Radomir Dopieralski"
4545

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

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.
@@ -141,8 +141,8 @@
141141
(
142142
master_doc,
143143
"AdafruitBNO055Library.tex",
144-
u"Adafruit BNO055 Library Documentation",
145-
u"Radomir Dopieralski",
144+
"Adafruit BNO055 Library Documentation",
145+
"Radomir Dopieralski",
146146
"manual",
147147
),
148148
]
@@ -155,7 +155,7 @@
155155
(
156156
master_doc,
157157
"adafruitBNO055library",
158-
u"Adafruit BNO055 Library Documentation",
158+
"Adafruit BNO055 Library Documentation",
159159
[author],
160160
1,
161161
)
@@ -170,7 +170,7 @@
170170
(
171171
master_doc,
172172
"AdafruitBNO055Library",
173-
u"Adafruit BNO055 Library Documentation",
173+
"Adafruit BNO055 Library Documentation",
174174
author,
175175
"AdafruitBNO055Library",
176176
"One line description of project.",

0 commit comments

Comments
 (0)