{# Print-only provenance footer, rendered through pydata-sphinx-theme's article_footer_items slot at the end of the article body. On screen it is hidden (the "Help improve this page" box carries this information); in print that box is suppressed along with the rest of the d-print-none navigation chrome, so this footer supplies the provenance metadata that still matters on paper or in a PDF: the Git-derived last-modified date (via the last-updated.html component override) and the page's canonical URL (available when html_baseurl is set, as the guide preset does). The interactive edit link is deliberately absent: a link to GitHub's editor is not actionable in printed output. The hide_content_footer metadata gate mirrors rubin-improve-this-page.html so a page that opts out of the content footer opts out of its print counterpart too. pydata-sphinx-theme empty-checks article-footer components per page and drops the .bd-footer-article wrapper when they render empty. #} {%- set rubin_hide_footer = meta is defined and meta and 'hide_content_footer' in meta and meta['hide_content_footer'] not in [false, 'false', 'False', '0'] %} {%- if not rubin_hide_footer and (documenteer_last_modified_iso or pageurl) %}
{%- endif %}