Skip to content

Commit c2b3373

Browse files
authored
Fix capitalization in conf.py
1 parent afd6c23 commit c2b3373

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/conf.py

+9-9
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
master_doc = "index"
4343

4444
# General information about the project.
45-
project = "Adafruit l3gd20 Library"
45+
project = "Adafruit L3GD20 Library"
4646
copyright = "2018 Michael McWethy"
4747
author = "Michael McWethy"
4848

@@ -118,7 +118,7 @@
118118
html_favicon = "_static/favicon.ico"
119119

120120
# Output file base name for HTML help builder.
121-
htmlhelp_basename = "AdafruitL3gd20Librarydoc"
121+
htmlhelp_basename = "AdafruitL3GD20Librarydoc"
122122

123123
# -- Options for LaTeX output ---------------------------------------------
124124

@@ -143,8 +143,8 @@
143143
latex_documents = [
144144
(
145145
master_doc,
146-
"Adafruitl3gd20Library.tex",
147-
"Adafruitl3gd20 Library Documentation",
146+
"AdafruitL3GD20Library.tex",
147+
"Adafruit L3GD20 Library Documentation",
148148
author,
149149
"manual",
150150
),
@@ -157,8 +157,8 @@
157157
man_pages = [
158158
(
159159
master_doc,
160-
"Adafruitl3gd20library",
161-
"Adafruit l3gd20 Library Documentation",
160+
"AdafruitL3GD20library",
161+
"Adafruit L3GD20 Library Documentation",
162162
[author],
163163
1,
164164
)
@@ -172,10 +172,10 @@
172172
texinfo_documents = [
173173
(
174174
master_doc,
175-
"Adafruitl3gd20Library",
176-
"Adafruit l3gd20 Library Documentation",
175+
"AdafruitL3GD20Library",
176+
"Adafruit L3GD20 Library Documentation",
177177
author,
178-
"Adafruitl3gd20Library",
178+
"AdafruitL3GD20Library",
179179
"One line description of project.",
180180
"Miscellaneous",
181181
),

0 commit comments

Comments
 (0)