From 3df3c68c3fb9ddf6c4f8c341ff6670703c6e28b6 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 30 Sep 2021 12:59:15 -0400 Subject: minimizing api documentation for faster builds and version updates --- sphinx_rtd/breadcrumbs.html | 77 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 sphinx_rtd/breadcrumbs.html (limited to 'sphinx_rtd/breadcrumbs.html') diff --git a/sphinx_rtd/breadcrumbs.html b/sphinx_rtd/breadcrumbs.html new file mode 100644 index 00000000..005b2ecd --- /dev/null +++ b/sphinx_rtd/breadcrumbs.html @@ -0,0 +1,77 @@ +{%- if meta is defined and meta is not none %} + {%- set check_meta = True %} +{%- else %} + {%- set check_meta = False %} +{%- endif %} + +{%- if check_meta and 'github_url' in meta %} + {%- set display_github = True %} +{%- endif %} + +{%- if check_meta and 'bitbucket_url' in meta %} + {%- set display_bitbucket = True %} +{%- endif %} + +{%- if check_meta and 'gitlab_url' in meta %} + {%- set display_gitlab = True %} +{%- endif %} + +{%- set display_vcs_links = display_vcs_links if display_vcs_links is defined else True %} + +{#- Translators: This is an ARIA section label for page links, including previous/next page link and links to GitHub/GitLab/etc. -#} +
+ + + {%- if (theme_prev_next_buttons_location == 'top' or theme_prev_next_buttons_location == 'both') and (next or prev) %} + {#- Translators: This is an ARIA section label for sequential page links, such as previous and next page links. -#} + + {%- endif %} +
+
-- cgit v1.3.1