Skip to content
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
22 changes: 11 additions & 11 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@
master_doc = "index"

# General information about the project.
project = u"Adafruit CIRCUITPYTHON_TSL2561 Library"
copyright = u"2017 Carter Nelson"
author = u"Carter Nelson"
project = "Adafruit TSL2561 Library"
copyright = "2017 Carter Nelson"
author = "Carter Nelson"

# 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 @@ -118,7 +118,7 @@
html_favicon = "_static/favicon.ico"

# Output file base name for HTML help builder.
htmlhelp_basename = "AdafruitCIRCUITPYTHON_TSL2561Librarydoc"
htmlhelp_basename = "AdafruitTSL2561Librarydoc"

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

Expand All @@ -143,8 +143,8 @@
latex_documents = [
(
master_doc,
"AdafruitCIRCUITPYTHON_TSL2561Library.tex",
u"Adafruit CIRCUITPYTHON_TSL2561 Library Documentation",
"AdafruitTSL2561Library.tex",
"Adafruit TSL2561 Library Documentation",
author,
"manual",
),
Expand All @@ -157,8 +157,8 @@
man_pages = [
(
master_doc,
"AdafruitCIRCUITPYTHON_TSL2561library",
u"Adafruit CIRCUITPYTHON_TSL2561 Library Documentation",
"AdafruitTSL2561library",
"Adafruit TSL2561 Library Documentation",
[author],
1,
)
Expand All @@ -173,7 +173,7 @@
(
master_doc,
"AdafruitCIRCUITPYTHON_TSL2561Library",
u"Adafruit CIRCUITPYTHON_TSL2561 Library Documentation",
"Adafruit CIRCUITPYTHON_TSL2561 Library Documentation",
author,
"AdafruitCIRCUITPYTHON_TSL2561Library",
"One line description of project.",
Expand Down