Skip to content

Commit a6e4792

Browse files
committed
DOC: use pathto(master_doc) for active tab
1 parent 244d0f1 commit a6e4792

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/_template/layout.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
{% include "searchbox.html" %}
77

88
<div class="rtd-nav">
9-
<a href="http://sfstoolbox.org/">Theory</a>
10-
<a href="http://matlab.sfstoolbox.org/">Matlab</a>
11-
<a class="active" href="http://python.sfstoolbox.org/">Python</a>
9+
<a href="http://sfstoolbox.org">Theory</a>
10+
<a href="http://matlab.sfstoolbox.org">Matlab</a>
11+
<a class="active" href="{{ pathto(master_doc) }}">Python</a>
1212
</div>
1313

1414
{% endblock %}

0 commit comments

Comments
 (0)