Skip to content

Commit a4e2d9e

Browse files
authored
remove possessive names in conf.py
1 parent 83d91a6 commit a4e2d9e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/conf.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Adafruit's PCF8523 RTC Library documentation build configuration file, created by
3+
# Adafruit PCF8523 RTC Library documentation build configuration file, created by
44
# sphinx-quickstart on Fri Nov 11 21:37:36 2016.
55
#
66
# This file is execfile()d with the current directory set to its
@@ -54,7 +54,7 @@
5454
master_doc = "index"
5555

5656
# General information about the project.
57-
project = "Adafruit's PCF8523 RTC Library"
57+
project = "Adafruit PCF8523 RTC Library"
5858
copyright = "2016, Philip Moyer"
5959
author = "Philip Moyer"
6060

@@ -153,7 +153,7 @@
153153
# The name for this set of Sphinx documents.
154154
# "<project> v<release> documentation" by default.
155155
#
156-
# html_title = u'Adafruit\'s PCF8523 RTC Library v1.0'
156+
# html_title = u'Adafruit PCF8523 RTC Library v1.0'
157157

158158
# A shorter title for the navigation bar. Default is the same as html_title.
159159
#
@@ -277,8 +277,8 @@
277277
latex_documents = [
278278
(
279279
master_doc,
280-
"AdafruitsPCF8523RTCLibrary.tex",
281-
"Adafruit's PCF8523 RTC Library Documentation",
280+
"AdafruitPCF8523RTCLibrary.tex",
281+
"Adafruit PCF8523 RTC Library Documentation",
282282
"Philip Moyer",
283283
"manual",
284284
),
@@ -324,8 +324,8 @@
324324
man_pages = [
325325
(
326326
master_doc,
327-
"AdafruitsPCF8523RTCLibrary23rtclibrary",
328-
"Adafruit's PCF8523 RTC Library Documentation",
327+
"AdafruitPCF8523RTCLibrary23rtclibrary",
328+
"Adafruit PCF8523 RTC Library Documentation",
329329
[author],
330330
1,
331331
)
@@ -344,10 +344,10 @@
344344
texinfo_documents = [
345345
(
346346
master_doc,
347-
"AdafruitsPCF8523RTCLibrary",
348-
"Adafruit's PCF8523 RTC Library Documentation",
347+
"AdafruitPCF8523RTCLibrary",
348+
"Adafruit PCF8523 RTC Library Documentation",
349349
author,
350-
"AdafruitsPCF8523RTCLibrary",
350+
"AdafruitPCF8523RTCLibrary",
351351
"One line description of project.",
352352
"Miscellaneous",
353353
),

0 commit comments

Comments
 (0)