{%- extends 'sphinx_rtd_theme/layout.html' -%} {%- set site_name = 'Q-CTRL Documentation' -%} {%- set description = 'Module, class, and method reference for the ' ~ project -%} {%- set url = pathto('/' ~ pagename ~ '.html', 1) -%} {%- set image = pathto('_static/img/social/image.jpg', 1) -%} {%- set twitter = '@qctrlHQ' -%} {%- set html_title_suffix = ' | References | ' ~ site_name -%} {%- set html_title = project ~ html_title_suffix -%} {%- if pagename != 'index' -%} {%- set html_title = title -%} {%- for parent in parents | reverse -%} {%- set html_title = html_title ~ ' | ' ~ parent.title -%} {%- endfor -%} {%- set html_title = html_title ~ ' | ' ~ project ~ html_title_suffix -%} {%- endif -%} {% block htmltitle %}