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

# General information about the project.
project = "Adafruit VL53L0X Library"
project = "Adafruit LIS3DH Library"
copyright = "2017 Tony DiCola"
author = "Tony DiCola"

Expand Down Expand Up @@ -114,7 +114,7 @@
html_favicon = "_static/favicon.ico"

# Output file base name for HTML help builder.
htmlhelp_basename = "AdafruitVL53L0XLibrarydoc"
htmlhelp_basename = "AdafruitLIS3DHLibrarydoc"

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

Expand All @@ -139,8 +139,8 @@
latex_documents = [
(
master_doc,
"AdafruitVL53L0XLibrary.tex",
"Adafruit VL53L0X Library Documentation",
"AdafruitLIS3DHLibrary.tex",
"Adafruit LIS3DH Library Documentation",
author,
"manual",
),
Expand All @@ -153,8 +153,8 @@
man_pages = [
(
master_doc,
"adafruitVL53L0Xlibrary",
"Adafruit VL53L0X Library Documentation",
"adafruitLIS3DHlibrary",
"Adafruit LIS3DH Library Documentation",
[author],
1,
)
Expand All @@ -168,11 +168,11 @@
texinfo_documents = [
(
master_doc,
"AdafruitVL53L0XLibrary",
"Adafruit VL53L0X Library Documentation",
"adafruitLIS3DHlibrary",
"Adafruit LIS3DH Library Documentation",
author,
"AdafruitVL53L0XLibrary",
"One line description of project.",
"adafruitLIS3DHlibrary",
"A CircuitPython library for the LIS3DH.",
"Miscellaneous",
),
]