Skip to content

Commit 5f5a032

Browse files
authored
Use the latest_version in the latest_version example
It looks like a copy and paste typo to show using the current_version as an example for the latest version
1 parent 76dba73 commit 5f5a032

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)