Skip to content

Commit 409586b

Browse files
authored
Merge pull request #18 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents fc400aa + c2b3373 commit 409586b

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/conf.py

+13-13
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 l3gd20 Library"
46-
copyright = u"2018 Michael McWethy"
47-
author = u"Michael McWethy"
45+
project = "Adafruit L3GD20 Library"
46+
copyright = "2018 Michael McWethy"
47+
author = "Michael McWethy"
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.
@@ -118,7 +118,7 @@
118118
html_favicon = "_static/favicon.ico"
119119

120120
# Output file base name for HTML help builder.
121-
htmlhelp_basename = "AdafruitL3gd20Librarydoc"
121+
htmlhelp_basename = "AdafruitL3GD20Librarydoc"
122122

123123
# -- Options for LaTeX output ---------------------------------------------
124124

@@ -143,8 +143,8 @@
143143
latex_documents = [
144144
(
145145
master_doc,
146-
"Adafruitl3gd20Library.tex",
147-
u"Adafruitl3gd20 Library Documentation",
146+
"AdafruitL3GD20Library.tex",
147+
"Adafruit L3GD20 Library Documentation",
148148
author,
149149
"manual",
150150
),
@@ -157,8 +157,8 @@
157157
man_pages = [
158158
(
159159
master_doc,
160-
"Adafruitl3gd20library",
161-
u"Adafruit l3gd20 Library Documentation",
160+
"AdafruitL3GD20library",
161+
"Adafruit L3GD20 Library Documentation",
162162
[author],
163163
1,
164164
)
@@ -172,10 +172,10 @@
172172
texinfo_documents = [
173173
(
174174
master_doc,
175-
"Adafruitl3gd20Library",
176-
u"Adafruit l3gd20 Library Documentation",
175+
"AdafruitL3GD20Library",
176+
"Adafruit L3GD20 Library Documentation",
177177
author,
178-
"Adafruitl3gd20Library",
178+
"AdafruitL3GD20Library",
179179
"One line description of project.",
180180
"Miscellaneous",
181181
),

0 commit comments

Comments
 (0)