We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f952b7 + 5cea8a0 commit 12ee606Copy full SHA for 12ee606
doc/_templates/pandas_footer.html
@@ -1,3 +1,3 @@
1
<p class="copyright">
2
© {{copyright}} pandas via <a href="https://numfocus.org">NumFOCUS, Inc.</a> Hosted by <a href="https://www.ovhcloud.com">OVHcloud</a>.
3
-</p>
+</p>
doc/source/conf.py
@@ -242,7 +242,9 @@
242
243
html_theme_options = {
244
"external_links": [],
245
- "footer_start": ["pandas_footer", "sphinx-version"],
+ "footer_start": ["pandas_footer"],
246
+ "footer_center": ["sphinx-version"],
247
+ "footer_end": ["theme-version"],
248
"github_url": "https://github.com/pandas-dev/pandas",
249
"analytics": {
250
"plausible_analytics_domain": "pandas.pydata.org",
0 commit comments