Skip to content

Commit a2ffa9b

Browse files
committed
use release for multiversioned documentation current_version context
this strips hash off of version
1 parent 3e9a41f commit a2ffa9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/doc_sources/conf.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ if generate_multiversion == "ON":
137137
html_context = dict()
138138
html_context["display_lower_left"] = True
139139
templates_path = ["_templates"]
140-
html_context["current_version"] = version
140+
html_context["current_version"] = release
141141
html_context["version"] = version
142142

143143
# POPULATE LINKS TO OTHER VERSIONS

0 commit comments

Comments
 (0)