Skip to content

Commit

Permalink
Update 6.2.0 docs (#255)
Browse files Browse the repository at this point in the history
* Update path to the offline installer to add 'rocm-rel-' before '<rocm-version>' text. (#184)

* build(deps): Bump sphinx-substitution-extensions in /docs/sphinx (#253)

Bumps [sphinx-substitution-extensions](https://github.com/adamtheturtle/sphinx-substitution-extensions) from 2024.2.25 to 2024.8.6.
- [Release notes](https://github.com/adamtheturtle/sphinx-substitution-extensions/releases)
- [Changelog](https://github.com/adamtheturtle/sphinx-substitution-extensions/blob/main/CHANGELOG.rst)
- [Commits](adamtheturtle/sphinx-substitution-extensions@2024.02.25...2024.08.06)

---
updated-dependencies:
- dependency-name: sphinx-substitution-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): Bump rocm-docs-core from 1.6.1 to 1.6.2 in /docs/sphinx (#252)

Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/ROCm/rocm-docs-core/releases)
- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v1.6.1...v1.6.2)

---
updated-dependencies:
- dependency-name: rocm-docs-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sam Wu <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: pbhandar-amd <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 8, 2024
1 parent 2b33f06 commit 242a9b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/install/rocm-offline-installer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Download the Offline Installer Creator from ``repo.radeon.com`` using the follow

.. code-block:: shell
wget https://repo.radeon.com/rocm/installer/rocm-linux-install-offline/<rocm-version>/<distro>/<distro-version>/<creator-package>
wget https://repo.radeon.com/rocm/installer/rocm-linux-install-offline/rocm-rel-<rocm-version>/<distro>/<distro-version>/<creator-package>
Substitute your values for the following placeholders:

Expand All @@ -85,7 +85,7 @@ for Ubuntu release 22.04:

.. code-block:: shell
wget https://repo.radeon.com/rocm/installer/rocm-linux-install-offline/rocm-rel-6.2/ubuntu/22.04/rocm-offline-creator_1.0.0.60200-1~22.04.run
wget https://repo.radeon.com/rocm/installer/rocm-linux-install-offline/rocm-rel-6.2/ubuntu/22.04/rocm-offline-creator_1.0.0.60200-3~22.04.run
Installer Creation
================================================
Expand Down
4 changes: 2 additions & 2 deletions docs/sphinx/requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rocm-docs-core==1.6.1
Sphinx-Substitution-Extensions==2024.2.25
rocm-docs-core==1.6.2
Sphinx-Substitution-Extensions==2024.8.6
sphinxcontrib.datatemplates==0.11.0
9 changes: 2 additions & 7 deletions docs/sphinx/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ docutils==0.21.2
# myst-parser
# pydata-sphinx-theme
# sphinx
# sphinx-prompt
# sphinx-substitution-extensions
fastjsonschema==2.19.1
# via rocm-docs-core
Expand Down Expand Up @@ -83,7 +82,6 @@ pygments==2.17.2
# accessible-pygments
# pydata-sphinx-theme
# sphinx
# sphinx-prompt
pyjwt[crypto]==2.8.0
# via pygithub
pynacl==1.5.0
Expand All @@ -98,7 +96,7 @@ requests==2.31.0
# via
# pygithub
# sphinx
rocm-docs-core==1.6.1
rocm-docs-core==1.6.2
# via -r requirements.in
smmap==5.0.1
# via gitdb
Expand All @@ -117,7 +115,6 @@ sphinx==7.3.7
# sphinx-design
# sphinx-external-toc
# sphinx-notfound-page
# sphinx-prompt
# sphinx-substitution-extensions
# sphinxcontrib-datatemplates
# sphinxcontrib-runcmd
Expand All @@ -131,9 +128,7 @@ sphinx-external-toc==1.0.1
# via rocm-docs-core
sphinx-notfound-page==1.0.0
# via rocm-docs-core
sphinx-prompt==1.8.0
# via sphinx-substitution-extensions
sphinx-substitution-extensions==2024.2.25
sphinx-substitution-extensions==2024.8.6
# via -r requirements.in
sphinxcontrib-applehelp==1.0.8
# via sphinx
Expand Down

0 comments on commit 242a9b8

Please sign in to comment.