File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 204
204
# Theme options are theme-specific and customize the look and feel of a theme
205
205
# further. For a list of options available for each theme, see the
206
206
# documentation.
207
- # html_theme_options = {}
207
+ html_theme_options = {
208
+ "external_links" : [],
209
+ "github_url" : "https://github.com/pandas-dev/pandas" ,
210
+ "twitter_url" : "https://twitter.com/pandas_dev" ,
211
+ }
208
212
209
213
# Add any paths that contain custom themes here, relative to this directory.
210
214
# html_theme_path = ["themes"]
228
232
# The name of an image file (within the static path) to use as favicon of the
229
233
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
230
234
# pixels large.
231
- html_favicon = os . path . join ( html_static_path [ 0 ], " favicon.ico")
235
+ html_favicon = "../../web/pandas/static/img/ favicon.ico"
232
236
233
237
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
234
238
# using the given strftime format.
You can’t perform that action at this time.
0 commit comments