{% macro script() %} {% if sphinx_version >= "1.8.0" %} {%- for scriptfile in script_files %} {{ js_tag(scriptfile) }} {%- endfor %} {% else %} {%- for scriptfile in script_files %} {%- endfor %} {% endif %} {%- for scriptfile in script_files %} {%- endfor %} {% if theme_jumbotron_use_geopattern|tobool %} {% endif %} {% endmacro %} {% macro css() %} {% for css in css_files %} {% if css|attr("rel") %} {% else %} {% endif %} {% endfor %} {% for css in extra_css_files %} {% if css|attr("rel") %} {% else %} {% endif %} {% endfor %} {% if not theme_jumbotron_background_image.startswith('data:') %} {% endif %} {% if theme_font_awesome_embed_code %} {% endif %} {% endmacro %} {% macro relbar() %}
{% endmacro %} {% macro sidebar() %} {% if render_sidebar %} {%- endif %} {% endmacro %} {%- set url_root = pathto('', 1) %} {%- if url_root == '#' %}{% set url_root = '' %}{% endif %} {% if 'singlehtml' not in builder %} {% set global_toc = toctree(maxdepth=theme_toc_depth|int, collapse=theme_toc_collapse, includehidden=theme_toc_hidden) %} {% endif %} {{ metatags }} {% if favicon %} {% endif %} {% block htmltitle %}