- Docs »
{%- for doc in parents %}
- {{ doc.title }} »
{%- endfor %}
- {{ title }}
-
{%- if pagename != "search" %}
{%- if theme_github_repository and theme_github_branch %}
{%- if theme_github_sphinx_locale %}
{%- set localizationprefix = "Localization." + theme_github_sphinx_locale + "/" %}
{%- else %}
{%- set localizationprefix = "" %}
{%- endif %}
{%- if theme_path_to_documentation_dir %}
Edit me on GitHub
{%- else %}
Edit me on GitHub
{%- endif %}
{%- elif display_github and builder == 'html' %}
Edit on GitHub
{%- elif display_bitbucket and builder == 'html' %}
Edit on Bitbucket
{%- elif show_source and source_url_prefix %}
View page source
{%- elif show_source and has_source and sourcename %}
View page source
{%- endif %}
{%- endif %}
{% if next or prev %}
{% if next %}
Next
{% endif %}
{% if prev %}
Previous
{% endif %}
{%- else %}
{%- endif %}