File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 241241 switcher_version = "." .join (version .split ("." )[:2 ])
242242
243243html_theme_options = {
244- "external_links" : [],
245- "footer_start" : ["pandas_footer" , "sphinx-version" ],
244+ "external_links" : [
245+ {
246+ "url" : "https://github.com/pandas-dev/pandas" ,
247+ "name" : "GitHub" ,
248+ },
249+ ],
250+ "footer_start" : ["copyright" ],
251+ "footer_end" : ["sphinx-version" , "theme-version" ],
246252 "github_url" : "https://github.com/pandas-dev/pandas" ,
247253 "analytics" : {
248254 "plausible_analytics_domain" : "pandas.pydata.org" ,
255261 "json_url" : "https://pandas.pydata.org/versions.json" ,
256262 "version_match" : switcher_version ,
257263 },
264+
258265 # This shows a warning for patch releases since the
259266 # patch version doesn't compare as equal (e.g. 2.2.1 != 2.2.0 but it should be)
260267 "show_version_warning_banner" : False ,
You can’t perform that action at this time.
0 commit comments