diff --git a/docs/conf.py b/docs/conf.py index 6e92f68..5e0eb54 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Adafruit's PCF8523 RTC Library documentation build configuration file, created by +# Adafruit PCF8523 RTC Library documentation build configuration file, created by # sphinx-quickstart on Fri Nov 11 21:37:36 2016. # # This file is execfile()d with the current directory set to its @@ -54,18 +54,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit's PCF8523 RTC Library" -copyright = u"2016, Philip Moyer" -author = u"Philip Moyer" +project = "Adafruit PCF8523 RTC Library" +copyright = "2016, Philip Moyer" +author = "Philip Moyer" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = u"1.0" +version = "1.0" # The full version, including alpha/beta/rc tags. -release = u"1.0" +release = "1.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -153,7 +153,7 @@ # The name for this set of Sphinx documents. # " v documentation" by default. # -# html_title = u'Adafruit\'s PCF8523 RTC Library v1.0' +# html_title = u'Adafruit PCF8523 RTC Library v1.0' # A shorter title for the navigation bar. Default is the same as html_title. # @@ -277,9 +277,9 @@ latex_documents = [ ( master_doc, - "AdafruitsPCF8523RTCLibrary.tex", - u"Adafruit's PCF8523 RTC Library Documentation", - u"Philip Moyer", + "AdafruitPCF8523RTCLibrary.tex", + "Adafruit PCF8523 RTC Library Documentation", + "Philip Moyer", "manual", ), ] @@ -324,8 +324,8 @@ man_pages = [ ( master_doc, - "AdafruitsPCF8523RTCLibrary23rtclibrary", - u"Adafruit's PCF8523 RTC Library Documentation", + "AdafruitPCF8523RTCLibrary23rtclibrary", + "Adafruit PCF8523 RTC Library Documentation", [author], 1, ) @@ -344,10 +344,10 @@ texinfo_documents = [ ( master_doc, - "AdafruitsPCF8523RTCLibrary", - u"Adafruit's PCF8523 RTC Library Documentation", + "AdafruitPCF8523RTCLibrary", + "Adafruit PCF8523 RTC Library Documentation", author, - "AdafruitsPCF8523RTCLibrary", + "AdafruitPCF8523RTCLibrary", "One line description of project.", "Miscellaneous", ),