Skip to content

Commit

Permalink
Merge pull request #381 from samjwu/update_ver
Browse files Browse the repository at this point in the history
Update header version to 5.7
  • Loading branch information
samjwu authored Sep 7, 2023
2 parents 3ab68f9 + cb9a8ae commit f014b06
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/_build
/_doxygen
404.md
data/AMD-404.png
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.6.1"
latest_version = "5.7.0"
latest_version_string = f"docs-{latest_version}"
release_candidate = "5.7"
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.6.1
header_release_candidate = 5.7
header_latest_version = 5.7.0
header_release_candidate = 6.0.0

0 comments on commit f014b06

Please sign in to comment.