diff --git a/docs/conf.py b/docs/conf.py index bb7f6ea..aaca24e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,18 +42,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit l3gd20 Library" -copyright = u"2018 Michael McWethy" -author = u"Michael McWethy" +project = "Adafruit L3GD20 Library" +copyright = "2018 Michael McWethy" +author = "Michael McWethy" # 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. @@ -118,7 +118,7 @@ html_favicon = "_static/favicon.ico" # Output file base name for HTML help builder. -htmlhelp_basename = "AdafruitL3gd20Librarydoc" +htmlhelp_basename = "AdafruitL3GD20Librarydoc" # -- Options for LaTeX output --------------------------------------------- @@ -143,8 +143,8 @@ latex_documents = [ ( master_doc, - "Adafruitl3gd20Library.tex", - u"Adafruitl3gd20 Library Documentation", + "AdafruitL3GD20Library.tex", + "Adafruit L3GD20 Library Documentation", author, "manual", ), @@ -157,8 +157,8 @@ man_pages = [ ( master_doc, - "Adafruitl3gd20library", - u"Adafruit l3gd20 Library Documentation", + "AdafruitL3GD20library", + "Adafruit L3GD20 Library Documentation", [author], 1, ) @@ -172,10 +172,10 @@ texinfo_documents = [ ( master_doc, - "Adafruitl3gd20Library", - u"Adafruit l3gd20 Library Documentation", + "AdafruitL3GD20Library", + "Adafruit L3GD20 Library Documentation", author, - "Adafruitl3gd20Library", + "AdafruitL3GD20Library", "One line description of project.", "Miscellaneous", ),