Skip to content

Commit

Permalink
Merge branch 'develop' into docs/6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed Jan 3, 2024
2 parents 6ac6e41 + 0e29d95 commit a294e2c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/how-to/native-install/rhel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Register kernel-mode driver
.. datatemplate:nodata::
.. tab-set::
{% for (os_release, os_version) in [('8', '8.8'), ('8', '8.7'), ('9', '9.2'), ('9', '9.1')] %}
{% for (os_release, os_version) in [('9', '9.3'), ('9', '9.2'), ('8', '8.9'), ('8', '8.8')] %}
.. tab-item:: RHEL {{ os_version }}
:sync: rhel-{{ os_version }} rhel-{{ os_release }}

Expand All @@ -40,7 +40,7 @@ Register ROCm packages
.. datatemplate:nodata::
.. tab-set::
{% for os_release in ['8', '9'] %}
{% for os_release in ['9', '8'] %}
.. tab-item:: RHEL {{ os_release }}
:sync: rhel-{{ os_release }}
Expand All @@ -50,7 +50,7 @@ Register ROCm packages
sudo tee --append /etc/yum.repos.d/rocm.repo <<EOF
[ROCm-|rocm_version|]
name=ROCm|rocm_version|
baseurl=https://repo.radeon.com/rocm/thel{{ os_release }}/|rocm_version|/main
baseurl=https://repo.radeon.com/rocm/rhel{{ os_release }}/|rocm_version|/main
enabled=1
priority=50
gpgcheck=1
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/system-requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ AMD ROCm™ Software supports the following Linux distributions.
:widths: 50, 50, 25
:header: "OS", "Kernel", "Support"

"RHEL 9.3", 5.14.0-362", "✅"
"RHEL 9.3", "5.14.0-362", "✅"
"RHEL 9.2", "5.14.0-362", "✅"
"RHEL 8.9", "4.18-513", "✅"
"RHEL 8.8", "4.18-513", "✅"
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rocm-docs-core==0.30.3
Sphinx-Substitution-Extensions==2022.2.16
sphinxcontrib.datatemplates==0.10.2
sphinxcontrib.datatemplates==0.11.0
2 changes: 1 addition & 1 deletion docs/sphinx/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ sphinx-substitution-extensions==2022.2.16
# via -r requirements.in
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-datatemplates==0.10.2
sphinxcontrib-datatemplates==0.11.0
# via -r requirements.in
sphinxcontrib-devhelp==1.0.2
# via sphinx
Expand Down

0 comments on commit a294e2c

Please sign in to comment.