File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 213
213
# of the sidebar.
214
214
# html_logo = None
215
215
216
- # The name of an image file (within the static path) to use as favicon of the
217
- # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
218
- # pixels large.
219
- # html_favicon = None
220
-
221
216
# Add any paths that contain custom static files (such as style sheets) here,
222
217
# relative to this directory. They are copied after the builtin static files,
223
218
# so a file named "default.css" will overwrite the builtin "default.css".
224
219
html_static_path = ['_static' ]
225
220
221
+ # The name of an image file (within the static path) to use as favicon of the
222
+ # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
223
+ # pixels large.
224
+ html_favicon = os .path .join (html_static_path [0 ], 'favicon.ico' )
225
+
226
226
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
227
227
# using the given strftime format.
228
228
# html_last_updated_fmt = '%b %d, %Y'
You can’t perform that action at this time.
0 commit comments