diff --git a/docs/conf.py b/docs/conf.py index 2130937..c2e8fef 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,18 +46,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit_CircuitPython_MLX90393 Library" -copyright = u"2018 Kevin Townsend" -author = u"Kevin Townsend" +project = "Adafruit MLX90393 Library" +copyright = "2018 Kevin Townsend" +author = "Kevin Townsend" # 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. @@ -122,7 +122,7 @@ html_favicon = "_static/favicon.ico" # Output file base name for HTML help builder. -htmlhelp_basename = "Adafruit_circuitpython_mlx90393Librarydoc" +htmlhelp_basename = "AdafruitMLX90393Librarydoc" # -- Options for LaTeX output --------------------------------------------- @@ -147,8 +147,8 @@ latex_documents = [ ( master_doc, - "Adafruit_CircuitPython_MLX90393Library.tex", - u"Adafruit_CircuitPython_MLX90393 Library Documentation", + "AdafruitMLX90393Library.tex", + "Adafruit MLX90393 Library Documentation", author, "manual", ), @@ -161,8 +161,8 @@ man_pages = [ ( master_doc, - "Adafruit_CircuitPython_MLX90393library", - u"Adafruit_CircuitPython_MLX90393 Library Documentation", + "AdafruitMLX90393library", + "Adafruit MLX90393 Library Documentation", [author], 1, ) @@ -177,7 +177,7 @@ ( master_doc, "Adafruit_CircuitPython_MLX90393Library", - u" Adafruit_CircuitPython_MLX90393 Library Documentation", + " Adafruit_CircuitPython_MLX90393 Library Documentation", author, "Adafruit_CircuitPython_MLX90393Library", "One line description of project.",