Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Black reformatting with Python 3 target. #26

Merged
merged 1 commit into from
Apr 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,18 @@
master_doc = "index"

# General information about the project.
project = u"Adafruit's DS3231 RTC Library"
copyright = u"2016, Philip Moyer"
author = u"Philip Moyer"
project = "Adafruit's DS3231 RTC Library"
copyright = "2016, Philip Moyer"
author = "Philip Moyer"

# 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 @@ -304,8 +304,8 @@
(
master_doc,
"AdafruitsDS3231RTCLibrary.tex",
u"Adafruit's DS3231 RTC Library Documentation",
u"Philip Moyer",
"Adafruit's DS3231 RTC Library Documentation",
"Philip Moyer",
"manual",
),
]
Expand Down Expand Up @@ -351,7 +351,7 @@
(
master_doc,
"adafruitsds3231rtclibrary",
u"Adafruit's DS3231 RTC Library Documentation",
"Adafruit's DS3231 RTC Library Documentation",
[author],
1,
)
Expand All @@ -371,7 +371,7 @@
(
master_doc,
"AdafruitsDS3231RTCLibrary",
u"Adafruit's DS3231 RTC Library Documentation",
"Adafruit's DS3231 RTC Library Documentation",
author,
"AdafruitsDS3231RTCLibrary",
"One line description of project.",
Expand Down