We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729498a commit 47a3edbCopy full SHA for 47a3edb
theme/readthedocs/breadcrumbs.html
@@ -1,6 +1,6 @@
1
<div role="navigation" aria-label="breadcrumbs navigation">
2
<ul class="wy-breadcrumbs">
3
- <li><a href="{{ homepage_url }}">Docs</a> »</li>
+ <li><a href="{{ homepage_url }}">Docs v{{ config.extra.current_version }}</a> »</li>
4
{% for doc in current_page.ancestors %}
5
{% if doc.link %}
6
<li><a href="{{ doc.link|e }}">{{ doc.title }}</a> »</li>
0 commit comments