Skip to content

Commit 12ee606

Browse files
authored
Merge pull request #1 from maddiew95/maddie-doc-simplify-footer-theme
rearranged sphinx footer using footer_start, footer_center, footer_end
2 parents 4f952b7 + 5cea8a0 commit 12ee606

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/_templates/pandas_footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<p class="copyright">
22
&copy {{copyright}} pandas via <a href="https://numfocus.org">NumFOCUS, Inc.</a> Hosted by <a href="https://www.ovhcloud.com">OVHcloud</a>.
3-
</p>
3+
</p>

doc/source/conf.py

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

243243
html_theme_options = {
244244
"external_links": [],
245-
"footer_start": ["pandas_footer", "sphinx-version"],
245+
"footer_start": ["pandas_footer"],
246+
"footer_center": ["sphinx-version"],
247+
"footer_end": ["theme-version"],
246248
"github_url": "https://github.com/pandas-dev/pandas",
247249
"analytics": {
248250
"plausible_analytics_domain": "pandas.pydata.org",

0 commit comments

Comments
 (0)