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
26 changes: 13 additions & 13 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@
master_doc = "index"

# General information about the project.
project = u"Adafruit mlx90614 Library"
copyright = u"2018 Mikey Sklar"
author = u"Mikey Sklar"
project = "Adafruit MLX90614 Library"
copyright = "2018 Mikey Sklar"
author = "Mikey Sklar"

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

# Output file base name for HTML help builder.
htmlhelp_basename = "AdafruitMlx90614Librarydoc"
htmlhelp_basename = "AdafruitMLX90614Librarydoc"

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

Expand All @@ -142,8 +142,8 @@
latex_documents = [
(
master_doc,
"Adafruitmlx90614Library.tex",
u"Adafruitmlx90614 Library Documentation",
"AdafruitMLX90614Library.tex",
"Adafruit MLX90614 Library Documentation",
author,
"manual",
),
Expand All @@ -156,8 +156,8 @@
man_pages = [
(
master_doc,
"Adafruitmlx90614library",
u"Adafruit mlx90614 Library Documentation",
"AdafruitMLX90614library",
"Adafruit MLX90614 Library Documentation",
[author],
1,
)
Expand All @@ -171,10 +171,10 @@
texinfo_documents = [
(
master_doc,
"Adafruitmlx90614Library",
u"Adafruit mlx90614 Library Documentation",
"AdafruitMLX90614Library",
"Adafruit MLX90614 Library Documentation",
author,
"Adafruitmlx90614Library",
"AdafruitMLX90614Library",
"One line description of project.",
"Miscellaneous",
),
Expand Down