Skip to content

Commit

Permalink
Merge pull request #19 from adafruit/black-update
Browse files Browse the repository at this point in the history
Black reformatting with Python 3 target.
  • Loading branch information
tannewt committed Apr 9, 2020
2 parents 0659873 + a3021e2 commit 6eee7ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
master_doc = "index"

# General information about the project.
project = u"Adafruit HCSR04 Library"
copyright = u"2017 Mike Mabey"
author = u"Mike Mabey"
project = "Adafruit HCSR04 Library"
copyright = "2017 Mike Mabey"
author = "Mike Mabey"

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -126,7 +126,7 @@
(
master_doc,
"AdafruitHCSR04Library.tex",
u"Adafruit HCSR04 Library Documentation",
"Adafruit HCSR04 Library Documentation",
author,
"manual",
),
Expand All @@ -140,7 +140,7 @@
(
master_doc,
"adafruitHCSR04library",
u"Adafruit HCSR04 Library Documentation",
"Adafruit HCSR04 Library Documentation",
[author],
1,
)
Expand All @@ -155,7 +155,7 @@
(
master_doc,
"AdafruitHCSR04Library",
u"Adafruit HCSR04 Library Documentation",
"Adafruit HCSR04 Library Documentation",
author,
"AdafruitHCSR04Library",
"One line description of project.",
Expand Down

0 comments on commit 6eee7ad

Please sign in to comment.