Skip to content

Commit e6f80f6

Browse files
authored
fix copypasta errors in docs
1 parent 72b82cb commit e6f80f6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/conf.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
master_doc = "index"
4040

4141
# General information about the project.
42-
project = "Adafruit VL53L0X Library"
42+
project = "Adafruit LIS3DH Library"
4343
copyright = "2017 Tony DiCola"
4444
author = "Tony DiCola"
4545

@@ -114,7 +114,7 @@
114114
html_favicon = "_static/favicon.ico"
115115

116116
# Output file base name for HTML help builder.
117-
htmlhelp_basename = "AdafruitVL53L0XLibrarydoc"
117+
htmlhelp_basename = "AdafruitLIS3DHLibrarydoc"
118118

119119
# -- Options for LaTeX output ---------------------------------------------
120120

@@ -139,8 +139,8 @@
139139
latex_documents = [
140140
(
141141
master_doc,
142-
"AdafruitVL53L0XLibrary.tex",
143-
"Adafruit VL53L0X Library Documentation",
142+
"AdafruitLIS3DHLibrary.tex",
143+
"Adafruit LIS3DH Library Documentation",
144144
author,
145145
"manual",
146146
),
@@ -153,8 +153,8 @@
153153
man_pages = [
154154
(
155155
master_doc,
156-
"adafruitVL53L0Xlibrary",
157-
"Adafruit VL53L0X Library Documentation",
156+
"adafruitLIS3DHlibrary",
157+
"Adafruit LIS3DH Library Documentation",
158158
[author],
159159
1,
160160
)
@@ -168,11 +168,11 @@
168168
texinfo_documents = [
169169
(
170170
master_doc,
171-
"AdafruitVL53L0XLibrary",
172-
"Adafruit VL53L0X Library Documentation",
171+
"adafruitLIS3DHlibrary",
172+
"Adafruit LIS3DH Library Documentation",
173173
author,
174-
"AdafruitVL53L0XLibrary",
175-
"One line description of project.",
174+
"adafruitLIS3DHlibrary",
175+
"A CircuitPython library for the LIS3DH.",
176176
"Miscellaneous",
177177
),
178178
]

0 commit comments

Comments
 (0)