Skip to content

Black reformatting with Python 3 target. #17

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

Merged
merged 2 commits into from
Apr 10, 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
30 changes: 15 additions & 15 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Adafruit's PCF8523 RTC Library documentation build configuration file, created by
# Adafruit PCF8523 RTC Library documentation build configuration file, created by
# sphinx-quickstart on Fri Nov 11 21:37:36 2016.
#
# This file is execfile()d with the current directory set to its
Expand Down Expand Up @@ -54,18 +54,18 @@
master_doc = "index"

# General information about the project.
project = u"Adafruit's PCF8523 RTC Library"
copyright = u"2016, Philip Moyer"
author = u"Philip Moyer"
project = "Adafruit PCF8523 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 @@ -153,7 +153,7 @@
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#
# html_title = u'Adafruit\'s PCF8523 RTC Library v1.0'
# html_title = u'Adafruit PCF8523 RTC Library v1.0'

# A shorter title for the navigation bar. Default is the same as html_title.
#
Expand Down Expand Up @@ -277,9 +277,9 @@
latex_documents = [
(
master_doc,
"AdafruitsPCF8523RTCLibrary.tex",
u"Adafruit's PCF8523 RTC Library Documentation",
u"Philip Moyer",
"AdafruitPCF8523RTCLibrary.tex",
"Adafruit PCF8523 RTC Library Documentation",
"Philip Moyer",
"manual",
),
]
Expand Down Expand Up @@ -324,8 +324,8 @@
man_pages = [
(
master_doc,
"AdafruitsPCF8523RTCLibrary23rtclibrary",
u"Adafruit's PCF8523 RTC Library Documentation",
"AdafruitPCF8523RTCLibrary23rtclibrary",
"Adafruit PCF8523 RTC Library Documentation",
[author],
1,
)
Expand All @@ -344,10 +344,10 @@
texinfo_documents = [
(
master_doc,
"AdafruitsPCF8523RTCLibrary",
u"Adafruit's PCF8523 RTC Library Documentation",
"AdafruitPCF8523RTCLibrary",
"Adafruit PCF8523 RTC Library Documentation",
author,
"AdafruitsPCF8523RTCLibrary",
"AdafruitPCF8523RTCLibrary",
"One line description of project.",
"Miscellaneous",
),
Expand Down