Skip to content

Commit

Permalink
Merge pull request #16 from adafruit/black-update
Browse files Browse the repository at this point in the history
Black reformatting with Python 3 target.
  • Loading branch information
kattni committed Apr 10, 2020
2 parents 3aee1a8 + e2715f6 commit 5fb3346
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@
master_doc = "index"

# General information about the project.
project = u"Adafruit_CircuitPython_MLX90393 Library"
copyright = u"2018 Kevin Townsend"
author = u"Kevin Townsend"
project = "Adafruit MLX90393 Library"
copyright = "2018 Kevin Townsend"
author = "Kevin Townsend"

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = u"1.0"
version = "1.0"
# The full version, including alpha/beta/rc tags.
release = u"1.0"
release = "1.0"

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

# Output file base name for HTML help builder.
htmlhelp_basename = "Adafruit_circuitpython_mlx90393Librarydoc"
htmlhelp_basename = "AdafruitMLX90393Librarydoc"

# -- Options for LaTeX output ---------------------------------------------

Expand All @@ -147,8 +147,8 @@
latex_documents = [
(
master_doc,
"Adafruit_CircuitPython_MLX90393Library.tex",
u"Adafruit_CircuitPython_MLX90393 Library Documentation",
"AdafruitMLX90393Library.tex",
"Adafruit MLX90393 Library Documentation",
author,
"manual",
),
Expand All @@ -161,8 +161,8 @@
man_pages = [
(
master_doc,
"Adafruit_CircuitPython_MLX90393library",
u"Adafruit_CircuitPython_MLX90393 Library Documentation",
"AdafruitMLX90393library",
"Adafruit MLX90393 Library Documentation",
[author],
1,
)
Expand All @@ -177,7 +177,7 @@
(
master_doc,
"Adafruit_CircuitPython_MLX90393Library",
u" Adafruit_CircuitPython_MLX90393 Library Documentation",
" Adafruit_CircuitPython_MLX90393 Library Documentation",
author,
"Adafruit_CircuitPython_MLX90393Library",
"One line description of project.",
Expand Down

0 comments on commit 5fb3346

Please sign in to comment.