Skip to content

Commit

Permalink
Cherry pick doc changes into docs/6.1.0 (#131)
Browse files Browse the repository at this point in the history
* Standardize documentation for ReadtheDocs (#97)

* Update link (#112)

* update ROCm naming (#95)

* Add documentation for supported data types

* Update docs/data-type-support.rst

Co-authored-by: MKKnorr <MKKnorr@web.de>

* Update docs/data-type-support.rst

Co-authored-by: MKKnorr <MKKnorr@web.de>

* Update docs/data-type-support.rst

* Update docs/data-type-support.rst

Fix link of ROCm data type support page

* Add linkable documentation to opaque device generator state types

* Use shell .. code-block:: shellcode-blocks in installing of rst instead of verbatim text

* Clarify when and why CMAKE_NO_SYSTEM_FROM_IMPORTED is recommended

* Fixed deprecated URLs

* Bump rocm-docs-core from 0.38.0 to 0.38.1 in /docs/sphinx (#130)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.38.0 to 0.38.1.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.38.0...v0.38.1)

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

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Sam Wu <sam.wu2@amd.com>
Co-authored-by: Lisa <lisajdelaney@gmail.com>
Co-authored-by: Istvan Kiss <neon60@gmail.com>
Co-authored-by: Istvan Kiss <istvan@streamhpc.com>
Co-authored-by: MKKnorr <MKKnorr@web.de>
Co-authored-by: Matthias Knorr <matthias@streamhpc.com>
Co-authored-by: Gergely Meszaros <gergely@streamhpc.com>
Co-authored-by: Lőrinc Serfőző <lorinc@streamhpc.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
10 people committed May 22, 2024
1 parent ae6227a commit 474f149
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/sphinx/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ sphinx==7.3.7
# sphinx-design
# sphinx-external-toc
# sphinx-notfound-page
<<<<<<< HEAD
# sphinxcontrib-bibtex
# sphinxcontrib-moderncmakedomain
sphinx-book-theme==1.1.2
Expand Down Expand Up @@ -186,3 +187,37 @@ urllib3==2.2.1
# requests
wrapt==1.16.0
# via deprecated
=======
sphinx-book-theme==1.0.1
# via rocm-docs-core
sphinx-copybutton==0.5.1
# via rocm-docs-core
sphinx-design==0.4.1
# via rocm-docs-core
sphinx-external-toc==0.3.1
# via rocm-docs-core
sphinx-notfound-page==0.8.3
# via rocm-docs-core
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
typing-extensions==4.5.0
# via pydata-sphinx-theme
urllib3==1.26.15
# via requests
wrapt==1.15.0
# via deprecated
zipp==3.18.1
# via
# importlib-metadata
# importlib-resources
>>>>>>> f609f79 (Cherry pick doc changes into docs/6.1.0 (#131))

0 comments on commit 474f149

Please sign in to comment.