File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 46
46
master_doc = "index"
47
47
48
48
# General information about the project.
49
- project = "Adafruit_CircuitPython_MLX90393 Library"
49
+ project = "Adafruit MLX90393 Library"
50
50
copyright = "2018 Kevin Townsend"
51
51
author = "Kevin Townsend"
52
52
122
122
html_favicon = "_static/favicon.ico"
123
123
124
124
# Output file base name for HTML help builder.
125
- htmlhelp_basename = "Adafruit_circuitpython_mlx90393Librarydoc "
125
+ htmlhelp_basename = "AdafruitMLX90393Librarydoc "
126
126
127
127
# -- Options for LaTeX output ---------------------------------------------
128
128
147
147
latex_documents = [
148
148
(
149
149
master_doc ,
150
- "Adafruit_CircuitPython_MLX90393Library .tex" ,
151
- "Adafruit_CircuitPython_MLX90393 Library Documentation" ,
150
+ "AdafruitMLX90393Library .tex" ,
151
+ "Adafruit MLX90393 Library Documentation" ,
152
152
author ,
153
153
"manual" ,
154
154
),
161
161
man_pages = [
162
162
(
163
163
master_doc ,
164
- "Adafruit_CircuitPython_MLX90393library " ,
165
- "Adafruit_CircuitPython_MLX90393 Library Documentation" ,
164
+ "AdafruitMLX90393library " ,
165
+ "Adafruit MLX90393 Library Documentation" ,
166
166
[author ],
167
167
1 ,
168
168
)
You can’t perform that action at this time.
0 commit comments