|
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 |
|
95 | 95 |
|
96 | 96 | # The theme to use for HTML and HTML Help pages. See the documentation for |
97 | 97 | # a list of builtin themes. |
98 | | -html_theme = "default" |
| 98 | +html_theme = "sphinx_rtd_theme" |
99 | 99 |
|
100 | 100 | # Theme options are theme-specific and customize the look and feel of a theme |
101 | 101 | # further. For a list of options available for each theme, see the |
|
124 | 124 | # Add any paths that contain custom static files (such as style sheets) here, |
125 | 125 | # relative to this directory. They are copied after the builtin static files, |
126 | 126 | # so a file named "default.css" will overwrite the builtin "default.css". |
127 | | -html_static_path = ["_static"] |
| 127 | +# html_static_path = ["_static"] |
128 | 128 |
|
129 | 129 | # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, |
130 | 130 | # using the given strftime format. |
|
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