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

Update documentation requirements #161

Merged
merged 1 commit into from
May 30, 2023
Merged

Conversation

samjwu
Copy link
Member

@samjwu samjwu commented May 17, 2023

Update documentation to use version 0.11.0 of rocm-docs-core.

@samjwu samjwu self-assigned this May 17, 2023
@samjwu samjwu requested a review from saadrahim May 17, 2023 22:09
@samjwu samjwu added noCI Disable testing on supported CI systems: math libraries CI has this feature enabled.. documentation Improvements or additions to documentation labels May 17, 2023
Copy link
Collaborator

@cgmb cgmb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know why the build on readthedocs.org failed? It looks like it tried to query the branch and failed somehow.

Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/hipsolver/envs/161/lib/python3.8/site-packages/sphinx/events.py", line 94, in emit
    results.append(listener.handler(self.app, *args))
  File "/home/docs/checkouts/readthedocs.org/user_builds/hipsolver/envs/161/lib/python3.8/site-packages/rocm_docs/projects.py", line 282, in _update_config
    default = _load_mapping(
  File "/home/docs/checkouts/readthedocs.org/user_builds/hipsolver/envs/161/lib/python3.8/site-packages/rocm_docs/projects.py", line 234, in _load_mapping
    _, branch = util.get_branch(repo_path)
  File "/home/docs/checkouts/readthedocs.org/user_builds/hipsolver/envs/161/lib/python3.8/site-packages/rocm_docs/util.py", line 61, in get_branch
    assert match is not None
AssertionError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/hipsolver/envs/161/lib/python3.8/site-packages/sphinx/cmd/build.py", line 276, in build_main
    app = Sphinx(args.sourcedir, args.confdir, args.outputdir,
  File "/home/docs/checkouts/readthedocs.org/user_builds/hipsolver/envs/161/lib/python3.8/site-packages/sphinx/application.py", line 247, in __init__
    self.events.emit('config-inited', self.config)
  File "/home/docs/checkouts/readthedocs.org/user_builds/hipsolver/envs/161/lib/python3.8/site-packages/sphinx/events.py", line 105, in emit
    raise ExtensionError(__("Handler %r for event %r threw an exception") %
sphinx.errors.ExtensionError: Handler <function _update_config at 0x7fea3317d8b0> for event 'config-inited' threw an exception (exception: )

Extension error (rocm_docs.projects):
Handler <function _update_config at 0x7fea3317d8b0> for event 'config-inited' threw an exception (exception: )
some
some
some
some

On a semi-related note: the docs should be buildable from a tarball when building locally (not just from a git repo), so please be careful when querying for branches. They legitimately might not exist.

@samjwu
Copy link
Member Author

samjwu commented May 17, 2023

For the .org build, we want to phase out the Community version in favor of the additional features (ad control, auth, private builds, etc.).

You're right about the branch querying. We have an issue out to document usage of the new mapping feature (along with an eventual user guide), but it's just taken a backseat to high priority items.

@saadrahim
Copy link
Member

@cgmb thanks for the observation on zip/tarball builds. I believe we query git information for parts of documentation. A fallback if no git information exists is needed. I created a new issue for this at ROCm/rocm-docs-core#194

@cgmb cgmb removed the noCI Disable testing on supported CI systems: math libraries CI has this feature enabled.. label May 19, 2023
Copy link
Collaborator

@cgmb cgmb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see a good reason for this to fail on readthedocs.org. It's failing on this assert. It would be simpler and more robust to parse the URL with urllib.parse anyway. Trying to parse the URL with a regex is just asking for trouble.

@samjwu
Copy link
Member Author

samjwu commented May 23, 2023

I don't see a good reason for this to fail on readthedocs.org. It's failing on this assert. It would be simpler and more robust to parse the URL with urllib.parse anyway. Trying to parse the URL with a regex is just asking for trouble.

Unfortunately it looks like urlparse cannot handle SSH remotes correctly, which are sometimes set in the READTHEDOCS_GIT_CLONE_URL environment variable (eg: [email protected]:RadeonOpenCompute/rocm-docs-core.git is simply parsed as the path variable, so we would still need the same regex to extract the organization and repository name)

@cgmb cgmb added the noCI Disable testing on supported CI systems: math libraries CI has this feature enabled.. label May 30, 2023
Copy link
Collaborator

@cgmb cgmb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've updated the hipsolver readthedocs configuration so this will pass, and will open a PR on rocm-docs-core to improve the error messages for next time.

@cgmb cgmb merged commit f0497b0 into ROCm:develop May 30, 2023
@samjwu samjwu deleted the rocm-docs-core branch May 30, 2023 23:31
tfalders pushed a commit to tfalders/hipSOLVER that referenced this pull request Jun 1, 2023
tfalders added a commit that referenced this pull request Jun 1, 2023
* Add dependabot config and pin rocm-docs-core (#155)

* Update dependabot.yml config (#157)

Update dependabot config

Co-authored-by: samjwu <[email protected]>

* Bump rocm-docs-core from 0.2.0 to 0.7.1 in /docs/.sphinx (#159)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.2.0 to 0.7.1.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/commits/v0.7.1)

---
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 0.7.1 to 0.8.0 in /docs/.sphinx (#160)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.7.1...v0.8.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>

* Update documentation requirements (#161)

* Format check

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Sam Wu <[email protected]>
Co-authored-by: samjwu <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
samjwu added a commit that referenced this pull request Jun 12, 2023
samjwu added a commit that referenced this pull request Jun 15, 2023
Standardize hipSOLVER documentation builds (#149)

* Changing Documentation Template - hipSOLVER

* hipSOLVER - Version update

* hipSOLVER - Deleted runCompileCommand

* cleanup and fixes

add back build folder to gitignore

remove legal disclaimer from index

remove rocmlogo

* fix typo

* Add ./install.sh --docs build option

* Cleanup paths

* Remove toctree and broken links

* Fix typo

* Remove table of contents from main page

---------

Co-authored-by: Sergey Kostrov <[email protected]>
Co-authored-by: Cordell Bloor <[email protected]>

Remove old docs system config files (#153)

These files will no longer be relevant with the transition to a new
docs system in ROCm 5.6.

Add dependabot config and pin rocm-docs-core (#155)

Bump rocm-docs-core from 0.2.0 to 0.7.1 in /docs/.sphinx (#159)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.2.0 to 0.7.1.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/commits/v0.7.1)

---
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 0.7.1 to 0.8.0 in /docs/.sphinx (#160)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.7.1...v0.8.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>

Update documentation requirements (#161)

Bump rocm-docs-core from 0.11.0 to 0.13.2 in /docs/.sphinx (#164)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.11.0 to 0.13.2.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.11.0...v0.13.2)

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

rocm-docs-core==0.13.4
samjwu added a commit that referenced this pull request Jun 15, 2023
Standardize hipSOLVER documentation builds (#149)

* Changing Documentation Template - hipSOLVER

* hipSOLVER - Version update

* hipSOLVER - Deleted runCompileCommand

* cleanup and fixes

add back build folder to gitignore

remove legal disclaimer from index

remove rocmlogo

* fix typo

* Add ./install.sh --docs build option

* Cleanup paths

* Remove toctree and broken links

* Fix typo

* Remove table of contents from main page

---------

Co-authored-by: Sergey Kostrov <[email protected]>
Co-authored-by: Cordell Bloor <[email protected]>

Remove old docs system config files (#153)

These files will no longer be relevant with the transition to a new
docs system in ROCm 5.6.

Add dependabot config and pin rocm-docs-core (#155)

Bump rocm-docs-core from 0.2.0 to 0.7.1 in /docs/.sphinx (#159)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.2.0 to 0.7.1.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/commits/v0.7.1)

---
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 0.7.1 to 0.8.0 in /docs/.sphinx (#160)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.7.1...v0.8.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>

Update documentation requirements (#161)

Bump rocm-docs-core from 0.11.0 to 0.13.2 in /docs/.sphinx (#164)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.11.0 to 0.13.2.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.11.0...v0.13.2)

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

rocm-docs-core==0.13.4
samjwu added a commit that referenced this pull request Jun 15, 2023
Standardize hipSOLVER documentation builds (#149)

* Changing Documentation Template - hipSOLVER

* hipSOLVER - Version update

* hipSOLVER - Deleted runCompileCommand

* cleanup and fixes

add back build folder to gitignore

remove legal disclaimer from index

remove rocmlogo

* fix typo

* Add ./install.sh --docs build option

* Cleanup paths

* Remove toctree and broken links

* Fix typo

* Remove table of contents from main page

---------

Co-authored-by: Sergey Kostrov <[email protected]>
Co-authored-by: Cordell Bloor <[email protected]>

Remove old docs system config files (#153)

These files will no longer be relevant with the transition to a new
docs system in ROCm 5.6.

Add dependabot config and pin rocm-docs-core (#155)

Bump rocm-docs-core from 0.2.0 to 0.7.1 in /docs/.sphinx (#159)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.2.0 to 0.7.1.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/commits/v0.7.1)

---
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 0.7.1 to 0.8.0 in /docs/.sphinx (#160)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.7.1...v0.8.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>

Update documentation requirements (#161)

Bump rocm-docs-core from 0.11.0 to 0.13.2 in /docs/.sphinx (#164)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.11.0 to 0.13.2.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.11.0...v0.13.2)

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

rocm-docs-core==0.13.4
samjwu added a commit that referenced this pull request Jun 15, 2023
Standardize hipSOLVER documentation builds (#149)

* Changing Documentation Template - hipSOLVER

* hipSOLVER - Version update

* hipSOLVER - Deleted runCompileCommand

* cleanup and fixes

add back build folder to gitignore

remove legal disclaimer from index

remove rocmlogo

* fix typo

* Add ./install.sh --docs build option

* Cleanup paths

* Remove toctree and broken links

* Fix typo

* Remove table of contents from main page

---------

Co-authored-by: Sergey Kostrov <[email protected]>
Co-authored-by: Cordell Bloor <[email protected]>

Remove old docs system config files (#153)

These files will no longer be relevant with the transition to a new
docs system in ROCm 5.6.

Add dependabot config and pin rocm-docs-core (#155)

Bump rocm-docs-core from 0.2.0 to 0.7.1 in /docs/.sphinx (#159)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.2.0 to 0.7.1.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/commits/v0.7.1)

---
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 0.7.1 to 0.8.0 in /docs/.sphinx (#160)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.7.1...v0.8.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>

Update documentation requirements (#161)

Bump rocm-docs-core from 0.11.0 to 0.13.2 in /docs/.sphinx (#164)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.11.0 to 0.13.2.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.11.0...v0.13.2)

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

rocm-docs-core==0.13.4
samjwu added a commit that referenced this pull request Jun 15, 2023
Standardize hipSOLVER documentation builds (#149)

* Changing Documentation Template - hipSOLVER

* hipSOLVER - Version update

* hipSOLVER - Deleted runCompileCommand

* cleanup and fixes

add back build folder to gitignore

remove legal disclaimer from index

remove rocmlogo

* fix typo

* Add ./install.sh --docs build option

* Cleanup paths

* Remove toctree and broken links

* Fix typo

* Remove table of contents from main page

---------

Co-authored-by: Sergey Kostrov <[email protected]>
Co-authored-by: Cordell Bloor <[email protected]>

Remove old docs system config files (#153)

These files will no longer be relevant with the transition to a new
docs system in ROCm 5.6.

Add dependabot config and pin rocm-docs-core (#155)

Bump rocm-docs-core from 0.2.0 to 0.7.1 in /docs/.sphinx (#159)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.2.0 to 0.7.1.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/commits/v0.7.1)

---
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 0.7.1 to 0.8.0 in /docs/.sphinx (#160)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.7.1...v0.8.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>

Update documentation requirements (#161)

Bump rocm-docs-core from 0.11.0 to 0.13.2 in /docs/.sphinx (#164)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.11.0 to 0.13.2.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.11.0...v0.13.2)

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

rocm-docs-core==0.13.4
samjwu added a commit that referenced this pull request Jun 15, 2023
Standardize hipSOLVER documentation builds (#149)

* Changing Documentation Template - hipSOLVER

* hipSOLVER - Version update

* hipSOLVER - Deleted runCompileCommand

* cleanup and fixes

add back build folder to gitignore

remove legal disclaimer from index

remove rocmlogo

* fix typo

* Add ./install.sh --docs build option

* Cleanup paths

* Remove toctree and broken links

* Fix typo

* Remove table of contents from main page

---------

Co-authored-by: Sergey Kostrov <[email protected]>
Co-authored-by: Cordell Bloor <[email protected]>

Remove old docs system config files (#153)

These files will no longer be relevant with the transition to a new
docs system in ROCm 5.6.

Add dependabot config and pin rocm-docs-core (#155)

Bump rocm-docs-core from 0.2.0 to 0.7.1 in /docs/.sphinx (#159)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.2.0 to 0.7.1.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/commits/v0.7.1)

---
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 0.7.1 to 0.8.0 in /docs/.sphinx (#160)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.7.1...v0.8.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>

Update documentation requirements (#161)

Bump rocm-docs-core from 0.11.0 to 0.13.2 in /docs/.sphinx (#164)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.11.0 to 0.13.2.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.11.0...v0.13.2)

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

rocm-docs-core==0.13.4
samjwu added a commit that referenced this pull request Jun 15, 2023
Standardize hipSOLVER documentation builds (#149)

* Changing Documentation Template - hipSOLVER

* hipSOLVER - Version update

* hipSOLVER - Deleted runCompileCommand

* cleanup and fixes

add back build folder to gitignore

remove legal disclaimer from index

remove rocmlogo

* fix typo

* Add ./install.sh --docs build option

* Cleanup paths

* Remove toctree and broken links

* Fix typo

* Remove table of contents from main page

---------

Co-authored-by: Sergey Kostrov <[email protected]>
Co-authored-by: Cordell Bloor <[email protected]>

Remove old docs system config files (#153)

These files will no longer be relevant with the transition to a new
docs system in ROCm 5.6.

Add dependabot config and pin rocm-docs-core (#155)

Bump rocm-docs-core from 0.2.0 to 0.7.1 in /docs/.sphinx (#159)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.2.0 to 0.7.1.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/commits/v0.7.1)

---
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 0.7.1 to 0.8.0 in /docs/.sphinx (#160)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.7.1...v0.8.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>

Update documentation requirements (#161)

Bump rocm-docs-core from 0.11.0 to 0.13.2 in /docs/.sphinx (#164)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.11.0 to 0.13.2.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.11.0...v0.13.2)

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

rocm-docs-core==0.13.4
samjwu added a commit that referenced this pull request Jun 15, 2023
Standardize hipSOLVER documentation builds (#149)

* Changing Documentation Template - hipSOLVER

* hipSOLVER - Version update

* hipSOLVER - Deleted runCompileCommand

* cleanup and fixes

add back build folder to gitignore

remove legal disclaimer from index

remove rocmlogo

* fix typo

* Add ./install.sh --docs build option

* Cleanup paths

* Remove toctree and broken links

* Fix typo

* Remove table of contents from main page

---------

Co-authored-by: Sergey Kostrov <[email protected]>
Co-authored-by: Cordell Bloor <[email protected]>

Remove old docs system config files (#153)

These files will no longer be relevant with the transition to a new
docs system in ROCm 5.6.

Add dependabot config and pin rocm-docs-core (#155)

Bump rocm-docs-core from 0.2.0 to 0.7.1 in /docs/.sphinx (#159)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.2.0 to 0.7.1.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/commits/v0.7.1)

---
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 0.7.1 to 0.8.0 in /docs/.sphinx (#160)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.7.1...v0.8.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>

Update documentation requirements (#161)

Bump rocm-docs-core from 0.11.0 to 0.13.2 in /docs/.sphinx (#164)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.11.0 to 0.13.2.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.11.0...v0.13.2)

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

rocm-docs-core==0.13.4
samjwu added a commit that referenced this pull request Jun 15, 2023
Standardize hipSOLVER documentation builds (#149)

* Changing Documentation Template - hipSOLVER

* hipSOLVER - Version update

* hipSOLVER - Deleted runCompileCommand

* cleanup and fixes

add back build folder to gitignore

remove legal disclaimer from index

remove rocmlogo

* fix typo

* Add ./install.sh --docs build option

* Cleanup paths

* Remove toctree and broken links

* Fix typo

* Remove table of contents from main page

---------

Co-authored-by: Sergey Kostrov <[email protected]>
Co-authored-by: Cordell Bloor <[email protected]>

Remove old docs system config files (#153)

These files will no longer be relevant with the transition to a new
docs system in ROCm 5.6.

Add dependabot config and pin rocm-docs-core (#155)

Bump rocm-docs-core from 0.2.0 to 0.7.1 in /docs/.sphinx (#159)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.2.0 to 0.7.1.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/commits/v0.7.1)

---
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 0.7.1 to 0.8.0 in /docs/.sphinx (#160)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.7.1...v0.8.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>

Update documentation requirements (#161)

Bump rocm-docs-core from 0.11.0 to 0.13.2 in /docs/.sphinx (#164)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.11.0 to 0.13.2.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.11.0...v0.13.2)

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

rocm-docs-core==0.13.4
samjwu added a commit that referenced this pull request Jun 15, 2023
Standardize hipSOLVER documentation builds (#149)

* Changing Documentation Template - hipSOLVER

* hipSOLVER - Version update

* hipSOLVER - Deleted runCompileCommand

* cleanup and fixes

add back build folder to gitignore

remove legal disclaimer from index

remove rocmlogo

* fix typo

* Add ./install.sh --docs build option

* Cleanup paths

* Remove toctree and broken links

* Fix typo

* Remove table of contents from main page

---------

Co-authored-by: Sergey Kostrov <[email protected]>
Co-authored-by: Cordell Bloor <[email protected]>

Remove old docs system config files (#153)

These files will no longer be relevant with the transition to a new
docs system in ROCm 5.6.

Add dependabot config and pin rocm-docs-core (#155)

Bump rocm-docs-core from 0.2.0 to 0.7.1 in /docs/.sphinx (#159)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.2.0 to 0.7.1.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/commits/v0.7.1)

---
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 0.7.1 to 0.8.0 in /docs/.sphinx (#160)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.7.1...v0.8.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>

Update documentation requirements (#161)

Bump rocm-docs-core from 0.11.0 to 0.13.2 in /docs/.sphinx (#164)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.11.0 to 0.13.2.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.11.0...v0.13.2)

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

rocm-docs-core==0.13.4
samjwu added a commit that referenced this pull request Jun 15, 2023
Standardize hipSOLVER documentation builds (#149)

* Changing Documentation Template - hipSOLVER

* hipSOLVER - Version update

* hipSOLVER - Deleted runCompileCommand

* cleanup and fixes

add back build folder to gitignore

remove legal disclaimer from index

remove rocmlogo

* fix typo

* Add ./install.sh --docs build option

* Cleanup paths

* Remove toctree and broken links

* Fix typo

* Remove table of contents from main page

---------

Co-authored-by: Sergey Kostrov <[email protected]>
Co-authored-by: Cordell Bloor <[email protected]>

Remove old docs system config files (#153)

These files will no longer be relevant with the transition to a new
docs system in ROCm 5.6.

Add dependabot config and pin rocm-docs-core (#155)

Bump rocm-docs-core from 0.2.0 to 0.7.1 in /docs/.sphinx (#159)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.2.0 to 0.7.1.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/commits/v0.7.1)

---
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 0.7.1 to 0.8.0 in /docs/.sphinx (#160)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.7.1...v0.8.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>

Update documentation requirements (#161)

Bump rocm-docs-core from 0.11.0 to 0.13.2 in /docs/.sphinx (#164)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.11.0 to 0.13.2.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.11.0...v0.13.2)

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

rocm-docs-core==0.13.4
samjwu added a commit that referenced this pull request Jun 15, 2023
Standardize hipSOLVER documentation builds (#149)

* Changing Documentation Template - hipSOLVER

* hipSOLVER - Version update

* hipSOLVER - Deleted runCompileCommand

* cleanup and fixes

add back build folder to gitignore

remove legal disclaimer from index

remove rocmlogo

* fix typo

* Add ./install.sh --docs build option

* Cleanup paths

* Remove toctree and broken links

* Fix typo

* Remove table of contents from main page

---------

Co-authored-by: Sergey Kostrov <[email protected]>
Co-authored-by: Cordell Bloor <[email protected]>

Remove old docs system config files (#153)

These files will no longer be relevant with the transition to a new
docs system in ROCm 5.6.

Add dependabot config and pin rocm-docs-core (#155)

Bump rocm-docs-core from 0.2.0 to 0.7.1 in /docs/.sphinx (#159)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.2.0 to 0.7.1.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/commits/v0.7.1)

---
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 0.7.1 to 0.8.0 in /docs/.sphinx (#160)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.7.1...v0.8.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>

Update documentation requirements (#161)

Bump rocm-docs-core from 0.11.0 to 0.13.2 in /docs/.sphinx (#164)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.11.0 to 0.13.2.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.11.0...v0.13.2)

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

rocm-docs-core==0.13.4
samjwu added a commit that referenced this pull request Jun 15, 2023
Standardize hipSOLVER documentation builds (#149)

* Changing Documentation Template - hipSOLVER

* hipSOLVER - Version update

* hipSOLVER - Deleted runCompileCommand

* cleanup and fixes

add back build folder to gitignore

remove legal disclaimer from index

remove rocmlogo

* fix typo

* Add ./install.sh --docs build option

* Cleanup paths

* Remove toctree and broken links

* Fix typo

* Remove table of contents from main page

---------

Co-authored-by: Sergey Kostrov <[email protected]>
Co-authored-by: Cordell Bloor <[email protected]>

Remove old docs system config files (#153)

These files will no longer be relevant with the transition to a new
docs system in ROCm 5.6.

Add dependabot config and pin rocm-docs-core (#155)

Bump rocm-docs-core from 0.2.0 to 0.7.1 in /docs/.sphinx (#159)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.2.0 to 0.7.1.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/commits/v0.7.1)

---
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 0.7.1 to 0.8.0 in /docs/.sphinx (#160)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.7.1...v0.8.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>

Update documentation requirements (#161)

Bump rocm-docs-core from 0.11.0 to 0.13.2 in /docs/.sphinx (#164)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.11.0 to 0.13.2.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.11.0...v0.13.2)

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

rocm-docs-core==0.13.4
samjwu added a commit that referenced this pull request Jun 15, 2023
Standardize hipSOLVER documentation builds (#149)

* Changing Documentation Template - hipSOLVER

* hipSOLVER - Version update

* hipSOLVER - Deleted runCompileCommand

* cleanup and fixes

add back build folder to gitignore

remove legal disclaimer from index

remove rocmlogo

* fix typo

* Add ./install.sh --docs build option

* Cleanup paths

* Remove toctree and broken links

* Fix typo

* Remove table of contents from main page

---------

Co-authored-by: Sergey Kostrov <[email protected]>
Co-authored-by: Cordell Bloor <[email protected]>

Remove old docs system config files (#153)

These files will no longer be relevant with the transition to a new
docs system in ROCm 5.6.

Add dependabot config and pin rocm-docs-core (#155)

Bump rocm-docs-core from 0.2.0 to 0.7.1 in /docs/.sphinx (#159)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.2.0 to 0.7.1.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/commits/v0.7.1)

---
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 0.7.1 to 0.8.0 in /docs/.sphinx (#160)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.7.1...v0.8.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>

Update documentation requirements (#161)

Bump rocm-docs-core from 0.11.0 to 0.13.2 in /docs/.sphinx (#164)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.11.0 to 0.13.2.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.11.0...v0.13.2)

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

rocm-docs-core==0.13.4
samjwu added a commit that referenced this pull request Jun 15, 2023
Standardize hipSOLVER documentation builds (#149)

* Changing Documentation Template - hipSOLVER

* hipSOLVER - Version update

* hipSOLVER - Deleted runCompileCommand

* cleanup and fixes

add back build folder to gitignore

remove legal disclaimer from index

remove rocmlogo

* fix typo

* Add ./install.sh --docs build option

* Cleanup paths

* Remove toctree and broken links

* Fix typo

* Remove table of contents from main page

---------

Co-authored-by: Sergey Kostrov <[email protected]>
Co-authored-by: Cordell Bloor <[email protected]>

Remove old docs system config files (#153)

These files will no longer be relevant with the transition to a new
docs system in ROCm 5.6.

Add dependabot config and pin rocm-docs-core (#155)

Bump rocm-docs-core from 0.2.0 to 0.7.1 in /docs/.sphinx (#159)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.2.0 to 0.7.1.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/commits/v0.7.1)

---
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 0.7.1 to 0.8.0 in /docs/.sphinx (#160)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.7.1...v0.8.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>

Update documentation requirements (#161)

Bump rocm-docs-core from 0.11.0 to 0.13.2 in /docs/.sphinx (#164)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.11.0 to 0.13.2.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.11.0...v0.13.2)

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

rocm-docs-core==0.13.4
samjwu added a commit that referenced this pull request Jun 15, 2023
Standardize hipSOLVER documentation builds (#149)

* Changing Documentation Template - hipSOLVER

* hipSOLVER - Version update

* hipSOLVER - Deleted runCompileCommand

* cleanup and fixes

add back build folder to gitignore

remove legal disclaimer from index

remove rocmlogo

* fix typo

* Add ./install.sh --docs build option

* Cleanup paths

* Remove toctree and broken links

* Fix typo

* Remove table of contents from main page

---------

Co-authored-by: Sergey Kostrov <[email protected]>
Co-authored-by: Cordell Bloor <[email protected]>

Remove old docs system config files (#153)

These files will no longer be relevant with the transition to a new
docs system in ROCm 5.6.

Add dependabot config and pin rocm-docs-core (#155)

Bump rocm-docs-core from 0.2.0 to 0.7.1 in /docs/.sphinx (#159)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.2.0 to 0.7.1.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/commits/v0.7.1)

---
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 0.7.1 to 0.8.0 in /docs/.sphinx (#160)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.7.1...v0.8.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>

Update documentation requirements (#161)

Bump rocm-docs-core from 0.11.0 to 0.13.2 in /docs/.sphinx (#164)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.11.0 to 0.13.2.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.11.0...v0.13.2)

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

rocm-docs-core==0.13.4
samjwu added a commit that referenced this pull request Jun 15, 2023
Standardize hipSOLVER documentation builds (#149)

* Changing Documentation Template - hipSOLVER

* hipSOLVER - Version update

* hipSOLVER - Deleted runCompileCommand

* cleanup and fixes

add back build folder to gitignore

remove legal disclaimer from index

remove rocmlogo

* fix typo

* Add ./install.sh --docs build option

* Cleanup paths

* Remove toctree and broken links

* Fix typo

* Remove table of contents from main page

---------

Co-authored-by: Sergey Kostrov <[email protected]>
Co-authored-by: Cordell Bloor <[email protected]>

Remove old docs system config files (#153)

These files will no longer be relevant with the transition to a new
docs system in ROCm 5.6.

Add dependabot config and pin rocm-docs-core (#155)

Bump rocm-docs-core from 0.2.0 to 0.7.1 in /docs/.sphinx (#159)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.2.0 to 0.7.1.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/commits/v0.7.1)

---
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 0.7.1 to 0.8.0 in /docs/.sphinx (#160)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.7.1...v0.8.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>

Update documentation requirements (#161)

Bump rocm-docs-core from 0.11.0 to 0.13.2 in /docs/.sphinx (#164)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.11.0 to 0.13.2.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.11.0...v0.13.2)

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

rocm-docs-core==0.13.4
samjwu added a commit that referenced this pull request Jun 15, 2023
Standardize hipSOLVER documentation builds (#149)

* Changing Documentation Template - hipSOLVER

* hipSOLVER - Version update

* hipSOLVER - Deleted runCompileCommand

* cleanup and fixes

add back build folder to gitignore

remove legal disclaimer from index

remove rocmlogo

* fix typo

* Add ./install.sh --docs build option

* Cleanup paths

* Remove toctree and broken links

* Fix typo

* Remove table of contents from main page

---------

Co-authored-by: Sergey Kostrov <[email protected]>
Co-authored-by: Cordell Bloor <[email protected]>

Remove old docs system config files (#153)

These files will no longer be relevant with the transition to a new
docs system in ROCm 5.6.

Add dependabot config and pin rocm-docs-core (#155)

Bump rocm-docs-core from 0.2.0 to 0.7.1 in /docs/.sphinx (#159)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.2.0 to 0.7.1.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/commits/v0.7.1)

---
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 0.7.1 to 0.8.0 in /docs/.sphinx (#160)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.7.1...v0.8.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>

Update documentation requirements (#161)

Bump rocm-docs-core from 0.11.0 to 0.13.2 in /docs/.sphinx (#164)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.11.0 to 0.13.2.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.11.0...v0.13.2)

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

rocm-docs-core==0.13.4
samjwu added a commit that referenced this pull request Jun 15, 2023
Standardize hipSOLVER documentation builds (#149)

* Changing Documentation Template - hipSOLVER

* hipSOLVER - Version update

* hipSOLVER - Deleted runCompileCommand

* cleanup and fixes

add back build folder to gitignore

remove legal disclaimer from index

remove rocmlogo

* fix typo

* Add ./install.sh --docs build option

* Cleanup paths

* Remove toctree and broken links

* Fix typo

* Remove table of contents from main page

---------

Co-authored-by: Sergey Kostrov <[email protected]>
Co-authored-by: Cordell Bloor <[email protected]>

Remove old docs system config files (#153)

These files will no longer be relevant with the transition to a new
docs system in ROCm 5.6.

Add dependabot config and pin rocm-docs-core (#155)

Bump rocm-docs-core from 0.2.0 to 0.7.1 in /docs/.sphinx (#159)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.2.0 to 0.7.1.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/commits/v0.7.1)

---
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 0.7.1 to 0.8.0 in /docs/.sphinx (#160)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.7.1...v0.8.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>

Update documentation requirements (#161)

Bump rocm-docs-core from 0.11.0 to 0.13.2 in /docs/.sphinx (#164)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.11.0 to 0.13.2.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.11.0...v0.13.2)

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

rocm-docs-core==0.13.4
samjwu added a commit that referenced this pull request Jun 15, 2023
Standardize hipSOLVER documentation builds (#149)

* Changing Documentation Template - hipSOLVER

* hipSOLVER - Version update

* hipSOLVER - Deleted runCompileCommand

* cleanup and fixes

add back build folder to gitignore

remove legal disclaimer from index

remove rocmlogo

* fix typo

* Add ./install.sh --docs build option

* Cleanup paths

* Remove toctree and broken links

* Fix typo

* Remove table of contents from main page

---------

Co-authored-by: Sergey Kostrov <[email protected]>
Co-authored-by: Cordell Bloor <[email protected]>

Remove old docs system config files (#153)

These files will no longer be relevant with the transition to a new
docs system in ROCm 5.6.

Add dependabot config and pin rocm-docs-core (#155)

Bump rocm-docs-core from 0.2.0 to 0.7.1 in /docs/.sphinx (#159)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.2.0 to 0.7.1.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/commits/v0.7.1)

---
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 0.7.1 to 0.8.0 in /docs/.sphinx (#160)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.7.1...v0.8.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>

Update documentation requirements (#161)

Bump rocm-docs-core from 0.11.0 to 0.13.2 in /docs/.sphinx (#164)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.11.0 to 0.13.2.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.11.0...v0.13.2)

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

rocm-docs-core==0.13.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation noCI Disable testing on supported CI systems: math libraries CI has this feature enabled..
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants