|
41 | 41 | master_doc = "index" |
42 | 42 |
|
43 | 43 | # General information about the project. |
44 | | -project = u"Requests-OAuthlib" |
45 | | -copyright = u"2014, Kenneth Reitz" |
| 44 | +project = "Requests-OAuthlib" |
| 45 | +copyright = "2014, Kenneth Reitz" |
46 | 46 |
|
47 | 47 | # The version info for the project you're documenting, acts as replacement for |
48 | 48 | # |version| and |release|, also used in various other places throughout the |
|
188 | 188 | ( |
189 | 189 | "index", |
190 | 190 | "Requests-OAuthlib.tex", |
191 | | - u"Requests-OAuthlib Documentation", |
192 | | - u"Requests-OAuthlib Contributors", |
| 191 | + "Requests-OAuthlib Documentation", |
| 192 | + "Requests-OAuthlib Contributors", |
193 | 193 | "manual", |
194 | 194 | ) |
195 | 195 | ] |
|
223 | 223 | ( |
224 | 224 | "index", |
225 | 225 | "requests-oauthlib", |
226 | | - u"Requests-OAuthlib Documentation", |
227 | | - [u"Requests-OAuthlib Contributors"], |
| 226 | + "Requests-OAuthlib Documentation", |
| 227 | + ["Requests-OAuthlib Contributors"], |
228 | 228 | 1, |
229 | 229 | ) |
230 | 230 | ] |
|
242 | 242 | ( |
243 | 243 | "index", |
244 | 244 | "Requests-OAuthlib", |
245 | | - u"Requests-OAuthlib Documentation", |
246 | | - u"Requests-OAuthlib Contributors", |
| 245 | + "Requests-OAuthlib Documentation", |
| 246 | + "Requests-OAuthlib Contributors", |
247 | 247 | "Requests-OAuthlib", |
248 | 248 | "One line description of project.", |
249 | 249 | "Miscellaneous", |
|
0 commit comments