Skip to content

Commit

Permalink
added breadcrumbs.html to manage 'github_url' meta
Browse files Browse the repository at this point in the history
  • Loading branch information
f-martini committed May 30, 2024
1 parent b3082b0 commit 6e63d04
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/_templates/breadcrumbs.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{%- extends "sphinx_rtd_theme/breadcrumbs.html" %}

{% block breadcrumbs_aside %}
{% if not meta or meta.get('github_url') != 'hide' %}
{{ super() }}
{% endif %}
{% endblock %}

0 comments on commit 6e63d04

Please sign in to comment.