Skip to content

Commit 5e87810

Browse files
authored
Merge pull request #52 from tfoote/patch-1
Use the latest_version in the latest_version example
2 parents 55b7899 + 5f5a032 commit 5e87810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/context.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Other Variables
151151

152152
.. code-block:: jinja
153153
154-
<h3>Latest Version: {{ current_version.name }}</h3>
154+
<h3>Latest Version: {{ latest_version.name }}</h3>
155155
156156
157157
.. _sphinx_context: http://www.sphinx-doc.org/en/stable/config.html?highlight=context#confval-html_context

0 commit comments

Comments
 (0)