Skip to content

Commit a7d3558

Browse files
simplify docs footer by using theme config instead of custom template
1 parent 7bfef3b commit a7d3558

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

doc/_templates/pandas_footer.html

Lines changed: 0 additions & 3 deletions
This file was deleted.

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242

243243
html_theme_options = {
244244
"external_links": [],
245-
"footer_start": ["pandas_footer", "sphinx-version"],
245+
"footer_start": ["copyright"],
246246
"github_url": "https://github.com/pandas-dev/pandas",
247247
"analytics": {
248248
"plausible_analytics_domain": "pandas.pydata.org",

0 commit comments

Comments
 (0)