{# Point at the book theme layout by name so Jinja does not resolve layout.html to this file. #} {# PyData/PST 会从 localStorage 与 prefers-color-scheme 读主题;在此处于主题 CSS 之后强制浅色,与文档站一致。#} {% extends "sphinx_book_theme/layout.html" %} {% block css %} {{ super() }} {% endblock %} {% block docs_navbar %} {% if theme_turingq_company_chrome %} {% include "site-header.html" %} {% endif %} {{ super() }} {% endblock %} {% block footer %} {{ super() }} {% if theme_turingq_company_chrome %} {% include "site-footer.html" %} {% endif %} {% endblock %}