File tree 2 files changed +6
-5
lines changed
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 163
163
164
164
# General information about the project.
165
165
project = "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 } "
171
168
172
169
# The version info for the project you're documenting, acts as replacement for
173
170
# |version| and |release|, also used in various other places throughout the
243
240
244
241
html_theme_options = {
245
242
"external_links" : [],
243
+ "footer_items" : ["pandas_footer" , "sphinx-version" ],
246
244
"github_url" : "https://github.com/pandas-dev/pandas" ,
247
245
"twitter_url" : "https://twitter.com/pandas_dev" ,
248
246
"google_analytics_id" : "UA-27880019-2" ,
You can’t perform that action at this time.
0 commit comments