Skip to content

Commit 65709c3

Browse files
authored
Fix capitalization in conf.py
1 parent 93d0abe commit 65709c3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/conf.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
master_doc = "index"
5151

5252
# General information about the project.
53-
project = "Adafruit SEESAW Library"
53+
project = "Adafruit seesaw Library"
5454
copyright = "2017 Dean Miller"
5555
author = "Dean Miller"
5656

@@ -125,7 +125,7 @@
125125
html_favicon = "_static/favicon.ico"
126126

127127
# Output file base name for HTML help builder.
128-
htmlhelp_basename = "AdafruitSEESAWLibrarydoc"
128+
htmlhelp_basename = "AdafruitseesawLibrarydoc"
129129

130130
# -- Options for LaTeX output ---------------------------------------------
131131

@@ -150,8 +150,8 @@
150150
latex_documents = [
151151
(
152152
master_doc,
153-
"AdafruitSEESAWLibrary.tex",
154-
"Adafruit SEESAW Library Documentation",
153+
"Adafruitseesawibrary.tex",
154+
"Adafruit seesaw Library Documentation",
155155
author,
156156
"manual",
157157
),
@@ -164,8 +164,8 @@
164164
man_pages = [
165165
(
166166
master_doc,
167-
"adafruitSEESAWlibrary",
168-
"Adafruit SEESAW Library Documentation",
167+
"adafruitseesawlibrary",
168+
"Adafruit seesaw Library Documentation",
169169
[author],
170170
1,
171171
)

0 commit comments

Comments
 (0)