Skip to content

Commit 5fb3346

Browse files
authored
Merge pull request #16 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 3aee1a8 + e2715f6 commit 5fb3346

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/conf.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,18 @@
4646
master_doc = "index"
4747

4848
# General information about the project.
49-
project = u"Adafruit_CircuitPython_MLX90393 Library"
50-
copyright = u"2018 Kevin Townsend"
51-
author = u"Kevin Townsend"
49+
project = "Adafruit MLX90393 Library"
50+
copyright = "2018 Kevin Townsend"
51+
author = "Kevin Townsend"
5252

5353
# The version info for the project you're documenting, acts as replacement for
5454
# |version| and |release|, also used in various other places throughout the
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = u"1.0"
58+
version = "1.0"
5959
# The full version, including alpha/beta/rc tags.
60-
release = u"1.0"
60+
release = "1.0"
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.
@@ -122,7 +122,7 @@
122122
html_favicon = "_static/favicon.ico"
123123

124124
# Output file base name for HTML help builder.
125-
htmlhelp_basename = "Adafruit_circuitpython_mlx90393Librarydoc"
125+
htmlhelp_basename = "AdafruitMLX90393Librarydoc"
126126

127127
# -- Options for LaTeX output ---------------------------------------------
128128

@@ -147,8 +147,8 @@
147147
latex_documents = [
148148
(
149149
master_doc,
150-
"Adafruit_CircuitPython_MLX90393Library.tex",
151-
u"Adafruit_CircuitPython_MLX90393 Library Documentation",
150+
"AdafruitMLX90393Library.tex",
151+
"Adafruit MLX90393 Library Documentation",
152152
author,
153153
"manual",
154154
),
@@ -161,8 +161,8 @@
161161
man_pages = [
162162
(
163163
master_doc,
164-
"Adafruit_CircuitPython_MLX90393library",
165-
u"Adafruit_CircuitPython_MLX90393 Library Documentation",
164+
"AdafruitMLX90393library",
165+
"Adafruit MLX90393 Library Documentation",
166166
[author],
167167
1,
168168
)
@@ -177,7 +177,7 @@
177177
(
178178
master_doc,
179179
"Adafruit_CircuitPython_MLX90393Library",
180-
u" Adafruit_CircuitPython_MLX90393 Library Documentation",
180+
" Adafruit_CircuitPython_MLX90393 Library Documentation",
181181
author,
182182
"Adafruit_CircuitPython_MLX90393Library",
183183
"One line description of project.",

0 commit comments

Comments
 (0)