Skip to content

Commit 47a3edb

Browse files
author
alexey
committed
testcomit 0.5
1 parent 729498a commit 47a3edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/readthedocs/breadcrumbs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div role="navigation" aria-label="breadcrumbs navigation">
22
<ul class="wy-breadcrumbs">
3-
<li><a href="{{ homepage_url }}">Docs</a> &raquo;</li>
3+
<li><a href="{{ homepage_url }}">Docs v{{ config.extra.current_version }}</a> &raquo;</li>
44
{% for doc in current_page.ancestors %}
55
{% if doc.link %}
66
<li><a href="{{ doc.link|e }}">{{ doc.title }}</a> &raquo;</li>

0 commit comments

Comments
 (0)