|
38 | 38 | master_doc = "index" |
39 | 39 |
|
40 | 40 | # General information about the project. |
41 | | -project = u"Adafruit Display_Shapes Library" |
42 | | -copyright = u"2019 Limor Fried" |
43 | | -author = u"Limor Fried" |
| 41 | +project = "Adafruit Display_Shapes Library" |
| 42 | +copyright = "2019 Limor Fried" |
| 43 | +author = "Limor Fried" |
44 | 44 |
|
45 | 45 | # The version info for the project you're documenting, acts as replacement for |
46 | 46 | # |version| and |release|, also used in various other places throughout the |
47 | 47 | # built documents. |
48 | 48 | # |
49 | 49 | # The short X.Y version. |
50 | | -version = u"1.0" |
| 50 | +version = "1.0" |
51 | 51 | # The full version, including alpha/beta/rc tags. |
52 | | -release = u"1.0" |
| 52 | +release = "1.0" |
53 | 53 |
|
54 | 54 | # The language for content autogenerated by Sphinx. Refer to documentation |
55 | 55 | # for a list of supported languages. |
|
140 | 140 | ( |
141 | 141 | master_doc, |
142 | 142 | "AdafruitDisplay_ShapesLibrary.tex", |
143 | | - u"AdafruitDisplay_Shapes Library Documentation", |
| 143 | + "AdafruitDisplay_Shapes Library Documentation", |
144 | 144 | author, |
145 | 145 | "manual", |
146 | 146 | ), |
|
154 | 154 | ( |
155 | 155 | master_doc, |
156 | 156 | "AdafruitDisplay_Shapeslibrary", |
157 | | - u"Adafruit Display_Shapes Library Documentation", |
| 157 | + "Adafruit Display_Shapes Library Documentation", |
158 | 158 | [author], |
159 | 159 | 1, |
160 | 160 | ) |
|
169 | 169 | ( |
170 | 170 | master_doc, |
171 | 171 | "AdafruitDisplay_ShapesLibrary", |
172 | | - u"Adafruit Display_Shapes Library Documentation", |
| 172 | + "Adafruit Display_Shapes Library Documentation", |
173 | 173 | author, |
174 | 174 | "AdafruitDisplay_ShapesLibrary", |
175 | 175 | "One line description of project.", |
|
0 commit comments