Skip to content

Commit 828b2a2

Browse files
committed
parameterized pathto()
1 parent bf90e74 commit 828b2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/_themes/sphinx_rtd_theme/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
<p class="first admonition-title">Note</p>
152152
<p class="last">
153153
The documentation you're currently reading is for version {{ release|e }}.
154-
Click <a href="pathto('/', 1)">here</a> to view documentation for the latest stable.
154+
Click <a href="{{ pathto('/', 1) }}">here</a> to view documentation for the latest stable version.
155155
</p>
156156
</div>
157157
{% block body %}{% endblock %}

0 commit comments

Comments
 (0)