{# Support for Sphinx 1.3+ page_source_suffix, but don't break old builds. #} {% if page_source_suffix %} {% set suffix = page_source_suffix %} {% else %} {% set suffix = source_suffix %} {% endif %} {% if meta is defined and 'github_url' in meta %} {% set display_github = True %} {% endif %} {% if meta is defined and 'bitbucket_url' in meta %} {% set display_bitbucket = True %} {% endif %}