Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rocm-docs-core from 1.1.1 to 1.1.3 in /docs/sphinx #279

Merged
merged 1 commit into from
May 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 23, 2024

Bumps rocm-docs-core from 1.1.1 to 1.1.3.

Release notes

Sourced from rocm-docs-core's releases.

v1.1.3 (2024-05-22)

Fix

  • Get header version from URL instead of theme.conf

Refactor

  • projects.py: Use ROCm org when checking versions for banner
  • theme.py: Point to ROCm org instead of RadeonOpenCompute for rocm-docs-core

[main f33b091] bump: version 1.1.2 → 1.1.3 3 files changed, 15 insertions(+), 4 deletions(-)

v1.1.2 (2024-05-16)

Fix

  • projects.yaml: add rocr-runtime
  • custom.css: add bottom margin to images in rst files
  • 404.html: Remove relative link in 404.html page

[main dd6bca9] bump: version 1.1.1 → 1.1.2 3 files changed, 12 insertions(+), 4 deletions(-)

Changelog

Sourced from rocm-docs-core's changelog.

v1.1.3 (2024-05-22)

Fix

  • Get header version from URL instead of theme.conf

Refactor

  • projects.py: Use ROCm org when checking versions for banner
  • theme.py: Point to ROCm org instead of RadeonOpenCompute for rocm-docs-core

v1.1.2 (2024-05-16)

Fix

  • projects.yaml: add rocr-runtime
  • custom.css: add bottom margin to images in rst files
  • 404.html: Remove relative link in 404.html page
Commits
  • f33b091 bump: version 1.1.2 → 1.1.3
  • 5c5c435 Merge pull request #769 from samjwu/header
  • 17e66e8 Merge pull request #786 from peterjunpark/update-spellcheck-wordlist
  • 9926375 ci(.wordlist.txt): Update spellcheck wordlist
  • b018ecd Merge pull request #782 from ROCm/dependabot/pip/pytest-8.2.1
  • 8322909 Merge pull request #781 from ROCm/dependabot/pip/requests-2.32.0
  • 438f32a Merge pull request #783 from ROCm/dependabot/pip/commitizen-3.26.0
  • d858b26 build: bump commitizen from 3.25.0 to 3.26.0
  • db2261c build: bump pytest from 8.2.0 to 8.2.1
  • 0f824d3 build: bump requests from 2.31.0 to 2.32.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 1.1.1 to 1.1.3.
- [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@v1.1.1...v1.1.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the ci:docs-only Only run Read the Docs CI on this PR label May 23, 2024
@dependabot dependabot bot requested a review from jzuniga-amd as a code owner May 23, 2024 14:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation labels May 23, 2024
@dependabot dependabot bot requested a review from samjwu May 23, 2024 14:22
@tfalders tfalders merged commit 3b845d7 into develop May 23, 2024
9 of 13 checks passed
@dependabot dependabot bot deleted the dependabot/pip/docs/sphinx/rocm-docs-core-1.1.3 branch May 23, 2024 21:01
samjwu added a commit that referenced this pull request Jul 4, 2024
* Update precheckin CI configuration (#233)

Update precheckin ci config

* Bump rocm-docs-core from 1.0.0 to 1.1.0 in /docs/sphinx (#268)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 1.0.0 to 1.1.0.
- [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@v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: rocm-docs-core
  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>

* Bump rocm-docs-core from 1.1.0 to 1.1.1 in /docs/sphinx (#269)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 1.1.0 to 1.1.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@v1.1.0...v1.1.1)

---
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>

* Fix broken links and resolve inconsistencies (#264)

* Fix broken links and resolve inconsistencies

Change absolute links to relative for maintainability.
Fix inconsistencies to adhere to Google style guide.

* Fix rst formatting and style

* Use updated ROCm org link path

---------

Co-authored-by: Young Hui - AMD <[email protected]>

* Bump rocm-docs-core from 1.1.1 to 1.1.3 in /docs/sphinx (#279)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 1.1.1 to 1.1.3.
- [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@v1.1.1...v1.1.3)

---
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>

* Bump rocm-docs-core from 1.1.3 to 1.2.0 in /docs/sphinx (#280)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 1.1.3 to 1.2.0.
- [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@v1.1.3...v1.2.0)

---
updated-dependencies:
- dependency-name: rocm-docs-core
  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>

* Bump rocm-docs-core from 1.2.0 to 1.3.0 in /docs/sphinx (#282)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 1.2.0 to 1.3.0.
- [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@v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: rocm-docs-core
  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>

* Bump rocm-docs-core from 1.3.0 to 1.4.0 in /docs/sphinx (#284)

Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.3.0 to 1.4.0.
- [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.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: rocm-docs-core
  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>

* Fix links in README and docs (#273)

* update menu and fix link (#290)

* Bump rocm-docs-core from 1.4.0 to 1.4.1 in /docs/sphinx (#296)

Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.4.0 to 1.4.1.
- [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.4.0...v1.4.1)

---
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>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Sam Wu <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: peter <[email protected]>
Co-authored-by: Young Hui - AMD <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:docs-only Only run Read the Docs CI on this PR dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants