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 241
241
switcher_version = "." .join (version .split ("." )[:2 ])
242
242
243
243
html_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" ],
246
252
"github_url" : "https://github.com/pandas-dev/pandas" ,
247
253
"analytics" : {
248
254
"plausible_analytics_domain" : "pandas.pydata.org" ,
255
261
"json_url" : "https://pandas.pydata.org/versions.json" ,
256
262
"version_match" : switcher_version ,
257
263
},
264
+
258
265
# This shows a warning for patch releases since the
259
266
# patch version doesn't compare as equal (e.g. 2.2.1 != 2.2.0 but it should be)
260
267
"show_version_warning_banner" : False ,
You can’t perform that action at this time.
0 commit comments