diff --git a/docs/conf.py b/docs/conf.py index 966aa1b..67d533f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,18 +35,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit THERMISTOR Library" -copyright = u"2017 Scott Shawcroft" -author = u"Scott Shawcroft" +project = "Adafruit Thermistor Library" +copyright = "2017 Scott Shawcroft" +author = "Scott Shawcroft" # 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. @@ -110,7 +110,7 @@ html_favicon = "_static/favicon.ico" # Output file base name for HTML help builder. -htmlhelp_basename = "AdafruitTHERMISTORLibrarydoc" +htmlhelp_basename = "AdafruitThermistorLibrarydoc" # -- Options for LaTeX output --------------------------------------------- @@ -135,9 +135,9 @@ latex_documents = [ ( master_doc, - "AdafruitTHERMISTORLibrary.tex", - u"Adafruit THERMISTOR Library Documentation", - u"Phiilip Moyer", + "AdafruitThermistorLibrary.tex", + "Adafruit Thermistor Library Documentation", + "Phiilip Moyer", "manual", ), ] @@ -149,8 +149,8 @@ man_pages = [ ( master_doc, - "AdafruitTHERMISTORlibrary", - u"Adafruit THERMISTOR Library Documentation", + "AdafruitThermistorlibrary", + "Adafruit Thermistor Library Documentation", [author], 1, ) @@ -164,10 +164,10 @@ texinfo_documents = [ ( master_doc, - "AdafruitTHERMISTORLibrary", - u"Adafruit THERMISTOR Library Documentation", + "AdafruitThermistorLibrary", + "Adafruit Thermistor Library Documentation", author, - "AdafruitTHERMISTORLibrary", + "AdafruitThermistorLibrary", "One line description of project.", "Miscellaneous", ),