diff --git a/docs/conf.py b/docs/conf.py index cce80e8..5a1952b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,9 +9,9 @@ version = "1.0.0" rocm_version = '7.0' -rocm_directory_version = '7.0.1' # in 6.0 rocm was located in /opt/rocm-6.0.0 -amdgpu_version = '7.0.1' # directory in https://repo.radeon.com/rocm/apt/ and https://repo.radeon.com/amdgpu-install/ -amdgpu_url_version = '30.10.1' +rocm_directory_version = '7.0.2' # in 6.0 rocm was located in /opt/rocm-6.0.0 +amdgpu_version = '7.0.2' # directory in https://repo.radeon.com/rocm/apt/ and https://repo.radeon.com/amdgpu-install/ +amdgpu_url_version = '30.10.2' release = version html_title = project author = "Advanced Micro Devices, Inc." @@ -19,12 +19,12 @@ # Supported linux version numbers ubuntu_version_numbers = [('24.04', 'noble'), ('22.04', 'jammy')] -debian_version_numbers = [('12', 'jammy')] -rhel_release_version_numbers = ['9', '8'] -rhel_version_numbers = ['9.6', '9.4', '8.10'] +debian_version_numbers = [('13', 'noble'), ('12', 'jammy')] +rhel_release_version_numbers = ['10', '9', '8'] +rhel_version_numbers = ['10.0', '9.6', '9.4', '8.10'] sles_version_numbers = ['15.7'] -ol_release_version_numbers = ['9', '8'] -ol_version_numbers = ['9.6', '8.10'] +ol_release_version_numbers = ['10', '9', '8'] +ol_version_numbers = ['10.0', '9.6', '8.10'] azl_version_numbers = ['3.0'] rl_version_numbers = ['9.6'] diff --git a/docs/install/detailed-install/package-manager/package-manager-ol.rst b/docs/install/detailed-install/package-manager/package-manager-ol.rst index 9f3a30d..63cb01e 100644 --- a/docs/install/detailed-install/package-manager/package-manager-ol.rst +++ b/docs/install/detailed-install/package-manager/package-manager-ol.rst @@ -32,10 +32,10 @@ Register kernel-mode driver sudo tee /etc/yum.repos.d/amdgpu.repo < --password - subscription-manager attach --auto + .. tab-set:: - More details about `registering for RHEL `_ + {% for os_version in config.html_context['rhel_version_numbers'] %} + .. tab-item:: {{ os_version }} + :sync: {{ os_version }} - .. tab-item:: Oracle Linux - :sync: ol-tab + Typically you can register by following the step-by-step user interface. + If you need to register by command line, use the following commands: - There is no registration required for Oracle Linux. + .. code-block:: shell + :substitutions: - .. tab-item:: SUSE Linux Enterprise Server - :sync: sle-tab + {% if os_version == '10.0' -%} + subscription-manager register --username --password + {%- else -%} + subscription-manager register --username --password + subscription-manager attach --auto + {%- endif %} - Typically you can register by following the step-by-step user interface. - If you need to register by command line, use the following commands: - - .. code-block:: shell + More details about `registering for RHEL `_ - sudo SUSEConnect -r + {% endfor %} - More details about `registering for SLES `_ + .. tab-item:: Oracle Linux + :sync: ol-tab - .. tab-item:: Azure Linux - :sync: azl-tab + There is no registration required for Oracle Linux. - There is no registration required for Azure Linux. + .. tab-item:: SUSE Linux Enterprise Server + :sync: sle-tab - .. tab-item:: Rocky Linux - :sync: rl-tab + Typically you can register by following the step-by-step user interface. + If you need to register by command line, use the following commands: + + .. code-block:: shell + + sudo SUSEConnect -r - There is no registration required for Rocky Linux. + More details about `registering for SLES `_ + + .. tab-item:: Azure Linux + :sync: azl-tab + + There is no registration required for Azure Linux. + + .. tab-item:: Rocky Linux + :sync: rl-tab + + There is no registration required for Rocky Linux. .. _update-enterprise-linux: @@ -137,6 +152,7 @@ This is a requirement for newer hardware on older versions of RHEL, SLES, OL, or {% for os_version in config.html_context['rhel_version_numbers'] %} {% set os_major, _ = os_version.split('.') %} .. tab-item:: {{ os_version }} + :sync: {{ os_version }} .. code-block:: bash :substitutions: @@ -152,6 +168,7 @@ This is a requirement for newer hardware on older versions of RHEL, SLES, OL, or {% for os_version in config.html_context['ol_version_numbers'] %} {% set os_major, _ = os_version.split('.') %} .. tab-item:: {{ os_version }} + :sync: {{ os_version }} .. code-block:: bash :substitutions: @@ -225,13 +242,14 @@ To install for the currently active kernel run the command corresponding to your {% set os_major, _ = os_version.split('.') %} .. tab-item:: {{ os_version }} + :sync: {{ os_version }} .. code-block:: shell - {% if os_major == '9' -%} - sudo dnf install "kernel-headers-$(uname -r)" "kernel-devel-$(uname -r)" "kernel-devel-matched-$(uname -r)" - {%- else -%} + {% if os_major == '8' -%} sudo dnf install "kernel-headers-$(uname -r)" "kernel-devel-$(uname -r)" + {%- else -%} + sudo dnf install "kernel-headers-$(uname -r)" "kernel-devel-$(uname -r)" "kernel-devel-matched-$(uname -r)" {%- endif %} {% endfor %} @@ -245,6 +263,7 @@ To install for the currently active kernel run the command corresponding to your {% for os_version in config.html_context['ol_version_numbers'] %} .. tab-item:: {{ os_version }} + :sync: {{ os_version }} .. code-block:: shell @@ -282,6 +301,7 @@ To install for the currently active kernel run the command corresponding to your {% set os_major, _ = os_version.split('.') %} .. tab-item:: {{ os_version }} + :sync: {{ os_version }} .. code-block:: shell