{# Template override for sphinx_rtd_theme to add canonical tags and noindex meta. This is used by GitHub Pages builds to: 1. Point search engines to the canonical RTD docs (docs.fapilog.dev) 2. Discourage indexing of the GH Pages mirror (prevents duplicate content penalty) For RTD builds, these variables are not set, so no extra tags are added. #} {% extends "!layout.html" %} {% block extrahead %} {{ super() }} {# Canonical URL pointing to RTD stable docs #} {% if ghpages_canonical_url %} {% endif %} {% endblock %} {% block footer %} {{ super() }}
← Back to fapilog.dev
{% endblock %}