{# Template variable settings inherited from sphinx_rtd_theme #} {%- set url_root = pathto('', 1) -%} {%- if url_root == '#' %}{% set url_root = '' %}{% endif -%} {%- if not embedded and docstitle %} {%- set titlesuffix = " — "|safe + docstitle|e -%} {%- else %} {%- set titlesuffix = "" -%} {%- endif -%} {%- set hideindex = '' %} {%- set hidetoc = '' %} {%- if meta is defined and meta %} {%- if 'hideindex' in meta.keys() %} {%- set hideindex = meta.get('hideindex') %} {%- endif %} {%- if 'hidetoc' in meta.keys() %} {%- set hidetoc = meta.get('hidetoc') %} {%- endif %} {%- endif %} {%- set sphinx_version_info = sphinx_version.split('.') | map('int') | list -%} {%- macro script() %} {%- for js in script_files %} {{ js_tag(js) }} {%- endfor %} {%- endmacro %}
{%- if metatags %} {{ metatags }} {%- endif %} {% if show_colorset_choices %}{% endif %} {% if theme_style_header_neutral is true %} {% else %} {% endif %} {% block htmltitle %}