Skip to content

Commit e2715f6

Browse files
authored
Canonicalize names in conf.py
1 parent 1013836 commit e2715f6

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
@@ -46,7 +46,7 @@
4646
master_doc = "index"
4747

4848
# General information about the project.
49-
project = "Adafruit_CircuitPython_MLX90393 Library"
49+
project = "Adafruit MLX90393 Library"
5050
copyright = "2018 Kevin Townsend"
5151
author = "Kevin Townsend"
5252

@@ -122,7 +122,7 @@
122122
html_favicon = "_static/favicon.ico"
123123

124124
# Output file base name for HTML help builder.
125-
htmlhelp_basename = "Adafruit_circuitpython_mlx90393Librarydoc"
125+
htmlhelp_basename = "AdafruitMLX90393Librarydoc"
126126

127127
# -- Options for LaTeX output ---------------------------------------------
128128

@@ -147,8 +147,8 @@
147147
latex_documents = [
148148
(
149149
master_doc,
150-
"Adafruit_CircuitPython_MLX90393Library.tex",
151-
"Adafruit_CircuitPython_MLX90393 Library Documentation",
150+
"AdafruitMLX90393Library.tex",
151+
"Adafruit MLX90393 Library Documentation",
152152
author,
153153
"manual",
154154
),
@@ -161,8 +161,8 @@
161161
man_pages = [
162162
(
163163
master_doc,
164-
"Adafruit_CircuitPython_MLX90393library",
165-
"Adafruit_CircuitPython_MLX90393 Library Documentation",
164+
"AdafruitMLX90393library",
165+
"Adafruit MLX90393 Library Documentation",
166166
[author],
167167
1,
168168
)

0 commit comments

Comments
 (0)