{# Custom layout template for SolarWindPy documentation #} {% extends "!layout.html" %} {# Custom title with project branding #} {% set css_files = css_files + ["_static/custom.css"] %} {# Add custom favicon #} {% block htmltitle %} {{ super() }} {% endblock %} {# Enhanced navigation sidebar #} {% block sidebar1 %} {{ super() }}
{% endblock %} {# Custom footer with scientific context #} {% block footer %} {{ super() }} {% endblock %} {# Add scientific notation support #} {% block extrahead %} {{ super() }} {% endblock %}