Skip to content

Commit b86d781

Browse files
committed
fix: add a hardcoded change that updates ROCm-DS header version, will implement a more robust solution after EA
1 parent 81c2eea commit b86d781

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rocm_docs/rocm_docs_theme/flavors/rocm-ds/header.jinja

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{% macro top_level_header(branch, latest_version, release_candidate_version) -%}
22
{% if branch in ["develop", "master", "main", "amd-master", "amd-staging"] %}
33
{% set version_name = "Future Release" %}
4+
{% elif branch == "latest" %}
5+
{% set version_name = "25.05" %}
46
{% else %}
57
{% set version_name = branch %}
68
{% endif %}

0 commit comments

Comments
 (0)