Skip to content

Commit 1e33665

Browse files
committed
Remove stray _
1 parent 339cb8e commit 1e33665

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/conf.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
html_favicon = "_static/favicon.ico"
115115

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

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

@@ -139,8 +139,8 @@
139139
latex_documents = [
140140
(
141141
master_doc,
142-
"Adafruit_CPythonLibrary.tex",
143-
"Adafruit_CPython Library Documentation",
142+
"AdafruitCPythonLibrary.tex",
143+
"AdafruitCPython Library Documentation",
144144
author,
145145
"manual",
146146
),
@@ -153,8 +153,8 @@
153153
man_pages = [
154154
(
155155
master_doc,
156-
"Adafruit_CPythonlibrary",
157-
"Adafruit_ CPython Library Documentation",
156+
"AdafruitCPythonlibrary",
157+
"Adafruit CPython Library Documentation",
158158
[author],
159159
1,
160160
)
@@ -168,10 +168,10 @@
168168
texinfo_documents = [
169169
(
170170
master_doc,
171-
"Adafruit_CPythonLibrary",
172-
"Adafruit_ CPython Library Documentation",
171+
"AdafruitCPythonLibrary",
172+
"Adafruit CPython Library Documentation",
173173
author,
174-
"Adafruit_CPythonLibrary",
174+
"AdafruitCPythonLibrary",
175175
"One line description of project.",
176176
"Miscellaneous",
177177
),

0 commit comments

Comments
 (0)