Back to Discord Py

{{ _('Settings') }}

docs/_templates/layout.html

2.7.11.6 KB
Original Source

{%- block extrahead %} {% endblock %} {%- block css %} {%- for css in css_files %} {%- if css|attr("filename") %} {{ css_tag(css) }} {%- else %} {%- endif %} {%- endfor %} {%- endblock %} {%- block scripts %} {#- In order to allow strings to be translated, they must be passed to gettext here #} {#- Any user-facing string that is translated must be in this object #} {#- Note that these can only be simple key-value translations #} {#- If something better comes along this will be removed #} {%- for js in script_files %} {{ js_tag(js) }} {%- endfor %} {%- endblock %} {%- if pageurl %} {%- endif %} {%- if favicon %} {%- endif %} {%- block linktags %} {%- if hasdoc('about') %} {%- endif %} {%- if hasdoc('genindex') %} {%- endif %} {%- if hasdoc('search') %} {%- endif %} {%- if hasdoc('copyright') %} {%- endif %} {%- if next %} {%- endif %} {%- if prev %} {%- endif %} {%- endblock %}

{%- block header %}{% endblock %} {#- The main navigation header #} {#- The sub-header with search and extension related selection #} {{ _('View Documentation For') }} {%- if pagename is prefixedwith 'ext/' %} discord {%- else %} discord {%- endif %} {%- for ext, p in discord_extensions %} {{ ext }} {%- endfor %} search settings {#- The sidebar component #} {#- The actual body of the contents #} {% block body %} {% endblock %} {%- block footer %} {%- endblock %} {%- if READTHEDOCS %} {%- endif %}

close

{{ _('Settings') }}

{{ _('Font') }}

{{ _('Use a serif font:') }}

{{ _('Theme') }}

{{ _('Automatic') }}

{{ _('Light') }}

{{ _('Dark') }}

arrow_upward{{ _('to top') }}