File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 204204# Theme options are theme-specific and customize the look and feel of a theme
205205# further. For a list of options available for each theme, see the
206206# 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+ }
208212
209213# Add any paths that contain custom themes here, relative to this directory.
210214# html_theme_path = ["themes"]
228232# The name of an image file (within the static path) to use as favicon of the
229233# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
230234# pixels large.
231- html_favicon = os . path . join ( html_static_path [ 0 ], " favicon.ico")
235+ html_favicon = "../../web/pandas/static/img/ favicon.ico"
232236
233237# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
234238# using the given strftime format.
You can’t perform that action at this time.
0 commit comments