diff --git a/docs/conf.py b/docs/conf.py index e7b51f0..9d2ceaf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,18 +35,18 @@ master_doc = "index" # General information about the project. -project = u"adafruit_thermal_printer Library" -copyright = u"2017 Tony DiCola" -author = u"Tony DiCola" +project = "Adafruit Thermal Printer Library" +copyright = "2017 Tony DiCola" +author = "Tony DiCola" # 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 = "adafruit_thermal_printerLibrarydoc" +htmlhelp_basename = "AdafruitThermalPrinterLibrarydoc" # -- Options for LaTeX output --------------------------------------------- @@ -135,8 +135,8 @@ latex_documents = [ ( master_doc, - "adafruit_thermal_printerLibrary.tex", - u"adafruit_thermal_printer Library Documentation", + "AdafruitThermalPrinterLibrary.tex", + "Adafruit Thermal Printer Library Documentation", author, "manual", ), @@ -149,8 +149,8 @@ man_pages = [ ( master_doc, - "adafruit_thermal_printerlibrary", - u"adafruit_thermal_printer Library Documentation", + "AdafruitThermalPrinterlibrary", + "Adafruit Thermal Printer Library Documentation", [author], 1, ) @@ -164,10 +164,10 @@ texinfo_documents = [ ( master_doc, - "adafruit_thermal_printerLibrary", - u" adafruit_thermal_printer Library Documentation", + "AdafruitThermalPrinterLibrary", + "Adafruit Thermal Printer Library Documentation", author, - "adafruit_thermal_printerLibrary", + "AdafruitThermalPrinterLibrary", "One line description of project.", "Miscellaneous", ),