Skip to content

Commit e657e56

Browse files
authored
Capitalize "RFM" in conf.py
1 parent 5a33516 commit e657e56

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
@@ -41,7 +41,7 @@
4141
master_doc = "index"
4242

4343
# General information about the project.
44-
project = "Adafruit rfm9x Library"
44+
project = "Adafruit RFM9x Library"
4545
copyright = "2018 Tony DiCola"
4646
author = "Tony DiCola"
4747

@@ -142,8 +142,8 @@
142142
latex_documents = [
143143
(
144144
master_doc,
145-
"Adafruitrfm9xLibrary.tex",
146-
"Adafruitrfm9x Library Documentation",
145+
"AdafruitRFM9xLibrary.tex",
146+
"Adafruit RFM9x Library Documentation",
147147
author,
148148
"manual",
149149
),
@@ -156,8 +156,8 @@
156156
man_pages = [
157157
(
158158
master_doc,
159-
"Adafruitrfm9xlibrary",
160-
"Adafruit rfm9x Library Documentation",
159+
"AdafruitRFM9xlibrary",
160+
"Adafruit RFM9x Library Documentation",
161161
[author],
162162
1,
163163
)
@@ -171,10 +171,10 @@
171171
texinfo_documents = [
172172
(
173173
master_doc,
174-
"Adafruitrfm9xLibrary",
175-
"Adafruit rfm9x Library Documentation",
174+
"AdafruitRFM9xLibrary",
175+
"Adafruit RFM9x Library Documentation",
176176
author,
177-
"Adafruitrfm9xLibrary",
177+
"AdafruitRFM9xLibrary",
178178
"One line description of project.",
179179
"Miscellaneous",
180180
),

0 commit comments

Comments
 (0)