Skip to content

Commit 09c5c67

Browse files
authored
Update docs to colorsys
1 parent ebb62c7 commit 09c5c67

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
@@ -118,7 +118,7 @@
118118
html_favicon = "_static/favicon.ico"
119119

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

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

@@ -143,8 +143,8 @@
143143
latex_documents = [
144144
(
145145
master_doc,
146-
"AdafruitCPythonLibrary.tex",
147-
"AdafruitCPython Library Documentation",
146+
"AdafruitColorsysLibrary.tex",
147+
"AdafruitColorsys Library Documentation",
148148
author,
149149
"manual",
150150
),
@@ -157,8 +157,8 @@
157157
man_pages = [
158158
(
159159
master_doc,
160-
"AdafruitCPythonlibrary",
161-
"Adafruit CPython Library Documentation",
160+
"AdafruitColorsyslibrary",
161+
"Adafruit Colorsys Library Documentation",
162162
[author],
163163
1,
164164
)
@@ -172,10 +172,10 @@
172172
texinfo_documents = [
173173
(
174174
master_doc,
175-
"AdafruitCPythonLibrary",
176-
"Adafruit CPython Library Documentation",
175+
"AdafruitColorsysLibrary",
176+
"Adafruit Colorsys Library Documentation",
177177
author,
178-
"AdafruitCPythonLibrary",
178+
"AdafruitColorsysLibrary",
179179
"One line description of project.",
180180
"Miscellaneous",
181181
),

0 commit comments

Comments
 (0)