Skip to content

Commit

Permalink
docs: use full major minor patch versions in version number for header
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed Sep 6, 2023
1 parent de84f5d commit cb9a8ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/rocm_docs/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,9 @@ def _update_theme_configs(
app: Sphinx, current_project: Optional[_Project], current_branch: str
) -> None:
"""Update configurations for use in theme.py"""
latest_version = "5.7"
latest_version = "5.7.0"
latest_version_string = f"docs-{latest_version}"
release_candidate = "6.0"
release_candidate = "6.0.0"
release_candidate_string = f"docs-{release_candidate}"

development_branch = _Project.default_value("development_branch")
Expand Down
4 changes: 2 additions & 2 deletions src/rocm_docs/rocm_docs_theme/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ flavor = rocm

link_main_doc = True

header_latest_version = 5.7
header_release_candidate = 6.0
header_latest_version = 5.7.0
header_release_candidate = 6.0.0

0 comments on commit cb9a8ae

Please sign in to comment.