|
120 | 120 | #html_title = None |
121 | 121 |
|
122 | 122 | # A shorter title for the navigation bar. Default is the same as html_title. |
123 | | -#html_short_title = None |
| 123 | +html_short_title = 'PyOWM documentation' |
124 | 124 |
|
125 | 125 | # The name of an image file (relative to this directory) to place at the top |
126 | 126 | # of the sidebar. |
127 | | -#html_logo = None |
| 127 | +html_logo = 'logo.png' |
128 | 128 |
|
129 | 129 | # The name of an image file (within the static path) to use as favicon of the |
130 | 130 | # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 |
131 | 131 | # pixels large. |
132 | | -#html_favicon = None |
| 132 | +html_favicon = 'favicon.ico' |
133 | 133 |
|
134 | 134 | # Add any paths that contain custom static files (such as style sheets) here, |
135 | 135 | # relative to this directory. They are copied after the builtin static files, |
136 | 136 | # so a file named "default.css" will overwrite the builtin "default.css". |
137 | | -html_static_path = [] |
| 137 | +html_static_path = ['_static'] |
138 | 138 |
|
139 | 139 | # Add any extra paths that contain custom files (such as robots.txt or |
140 | 140 | # .htaccess) here, relative to this directory. These files are copied |
|
143 | 143 |
|
144 | 144 | # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, |
145 | 145 | # using the given strftime format. |
146 | | -#html_last_updated_fmt = '%b %d, %Y' |
| 146 | +html_last_updated_fmt = '%b %d, %Y' |
147 | 147 |
|
148 | 148 | # If true, SmartyPants will be used to convert quotes and dashes to |
149 | 149 | # typographically correct entities. |
|
172 | 172 | #html_show_sphinx = True |
173 | 173 |
|
174 | 174 | # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. |
175 | | -#html_show_copyright = True |
| 175 | +html_show_copyright = True |
176 | 176 |
|
177 | 177 | # If true, an OpenSearch description file will be output, and all pages will |
178 | 178 | # contain a <link> tag referring to it. The value of this option must be the |
|
0 commit comments