|
1 | 1 | # -*- coding: utf-8 -*-
|
2 | 2 | #
|
3 |
| -# Adafruit's PCF8523 RTC Library documentation build configuration file, created by |
| 3 | +# Adafruit PCF8523 RTC Library documentation build configuration file, created by |
4 | 4 | # sphinx-quickstart on Fri Nov 11 21:37:36 2016.
|
5 | 5 | #
|
6 | 6 | # This file is execfile()d with the current directory set to its
|
|
54 | 54 | master_doc = "index"
|
55 | 55 |
|
56 | 56 | # General information about the project.
|
57 |
| -project = u"Adafruit's PCF8523 RTC Library" |
58 |
| -copyright = u"2016, Philip Moyer" |
59 |
| -author = u"Philip Moyer" |
| 57 | +project = "Adafruit PCF8523 RTC Library" |
| 58 | +copyright = "2016, Philip Moyer" |
| 59 | +author = "Philip Moyer" |
60 | 60 |
|
61 | 61 | # The version info for the project you're documenting, acts as replacement for
|
62 | 62 | # |version| and |release|, also used in various other places throughout the
|
63 | 63 | # built documents.
|
64 | 64 | #
|
65 | 65 | # The short X.Y version.
|
66 |
| -version = u"1.0" |
| 66 | +version = "1.0" |
67 | 67 | # The full version, including alpha/beta/rc tags.
|
68 |
| -release = u"1.0" |
| 68 | +release = "1.0" |
69 | 69 |
|
70 | 70 | # The language for content autogenerated by Sphinx. Refer to documentation
|
71 | 71 | # for a list of supported languages.
|
|
153 | 153 | # The name for this set of Sphinx documents.
|
154 | 154 | # "<project> v<release> documentation" by default.
|
155 | 155 | #
|
156 |
| -# html_title = u'Adafruit\'s PCF8523 RTC Library v1.0' |
| 156 | +# html_title = u'Adafruit PCF8523 RTC Library v1.0' |
157 | 157 |
|
158 | 158 | # A shorter title for the navigation bar. Default is the same as html_title.
|
159 | 159 | #
|
|
277 | 277 | latex_documents = [
|
278 | 278 | (
|
279 | 279 | master_doc,
|
280 |
| - "AdafruitsPCF8523RTCLibrary.tex", |
281 |
| - u"Adafruit's PCF8523 RTC Library Documentation", |
282 |
| - u"Philip Moyer", |
| 280 | + "AdafruitPCF8523RTCLibrary.tex", |
| 281 | + "Adafruit PCF8523 RTC Library Documentation", |
| 282 | + "Philip Moyer", |
283 | 283 | "manual",
|
284 | 284 | ),
|
285 | 285 | ]
|
|
324 | 324 | man_pages = [
|
325 | 325 | (
|
326 | 326 | master_doc,
|
327 |
| - "AdafruitsPCF8523RTCLibrary23rtclibrary", |
328 |
| - u"Adafruit's PCF8523 RTC Library Documentation", |
| 327 | + "AdafruitPCF8523RTCLibrary23rtclibrary", |
| 328 | + "Adafruit PCF8523 RTC Library Documentation", |
329 | 329 | [author],
|
330 | 330 | 1,
|
331 | 331 | )
|
|
344 | 344 | texinfo_documents = [
|
345 | 345 | (
|
346 | 346 | master_doc,
|
347 |
| - "AdafruitsPCF8523RTCLibrary", |
348 |
| - u"Adafruit's PCF8523 RTC Library Documentation", |
| 347 | + "AdafruitPCF8523RTCLibrary", |
| 348 | + "Adafruit PCF8523 RTC Library Documentation", |
349 | 349 | author,
|
350 |
| - "AdafruitsPCF8523RTCLibrary", |
| 350 | + "AdafruitPCF8523RTCLibrary", |
351 | 351 | "One line description of project.",
|
352 | 352 | "Miscellaneous",
|
353 | 353 | ),
|
|
0 commit comments