File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1+ < p class ="copyright ">
2+ © {{copyright}} pandas via < a href ="https://numfocus.org "> NumFOCUS, Inc.</ a > Hosted by < a href ="https://www.ovhcloud.com "> OVH Cloud</ a > .
3+ </ p >
Original file line number Diff line number Diff line change 163163
164164# General information about the project.
165165project = "pandas"
166- copyright = (
167- f"{ datetime .now ().year } "
168- 'pandas via <a href="https://numfocus.org">NumFOCUS, Inc.</a> '
169- 'Hosted by <a href="https://www.ovhcloud.com">OVH Cloud</a>'
170- )
166+ # We have our custom "pandas_footer.html" template, using copyright for the current year
167+ copyright = f"{ datetime .now ().year } "
171168
172169# The version info for the project you're documenting, acts as replacement for
173170# |version| and |release|, also used in various other places throughout the
243240
244241html_theme_options = {
245242 "external_links" : [],
243+ "footer_items" : ["pandas_footer" , "sphinx-version" ],
246244 "github_url" : "https://github.com/pandas-dev/pandas" ,
247245 "twitter_url" : "https://twitter.com/pandas_dev" ,
248246 "google_analytics_id" : "UA-27880019-2" ,
You can’t perform that action at this time.
0 commit comments