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

Stop generating PDF on Read the Docs configuration #1161

Merged
merged 1 commit into from
Aug 6, 2023

Conversation

samjwu
Copy link
Member

@samjwu samjwu commented Aug 4, 2023

Problem: Read the Docs (RTD) build is breaking when trying to generate Latex PDF

Solution: Disable this to get RTD building again for the develop and master branches

Note: RTD PR builds only make the HTML documentation, which is why they are passing RTD CI

read the docs build is breaking when trying to generate latex pdf
@samjwu samjwu added dependencies Pull requests that update a dependency file ci:docs-only Only run documentation CI on this PR labels Aug 4, 2023
@samjwu samjwu requested a review from kiritigowda August 4, 2023 22:16
@samjwu samjwu self-assigned this Aug 4, 2023
@kiritigowda kiritigowda merged commit 867f932 into ROCm:develop Aug 6, 2023
@samjwu samjwu deleted the docs-fix branch August 8, 2023 15:29
kiritigowda added a commit that referenced this pull request Aug 17, 2023
* Bump rocm-docs-core[api_reference] in /docs/.sphinx (#1155)

Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.19.0 to 0.20.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.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: rocm-docs-core[api_reference]
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Documents - Bump cryptography from 41.0.2 to 41.0.3 in /docs/.sphinx (#1156)

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.3.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.2...41.0.3)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

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

* Documentation - remove pdf format (#1161)

read the docs build is breaking when trying to generate latex pdf

* CTest - Updates & Additional Tests (#1158)

* CTest - Updates & Additional Tests

* CTest - Fix test name

* CTest - Fix GPU Backend

* CTest - NN Tests Added

* CMakeLists - Update Min Version to 3.5 (#1163)

* CMakeLists - AMD GPU Target Updates (#1164)

* CMakeLists - bug fix for old gpu arch (#1165)

* enabling mi300x for mivisionx and openvx

* build fix for new gpus vs old

* Model Compiler : int64 support (#1159)

* Documents - Bump rocm-docs-core from 0.13.4 to 0.14.0 in /docs/.sphinx (#1113)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.13.4 to 0.14.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.13.4...v0.14.0)

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

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

* Bump rocm-docs-core from 0.14.0 to 0.15.0 in /docs/.sphinx (#1114)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.14.0 to 0.15.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.14.0...v0.15.0)

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

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

* int64 support

* merge conflict fix

* merge conflict fix

---------

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

* CMakeLists - suffix 'asan' to ASAN package name (#1168)

* CMakeLists - Deps Pacakges for MIVisionX (#1166)

Added the packages to the dependend list:
half, rpp, rocblas, miopen-hip, migraphx, rocblas-dev/devel, miopen-hip-deve/devel, migraphx-dev/devel

* VX - Security Fix (#1148)

* Security Warning - Fix

* Warning Fix

* Fix - Var Size

* RunVX - Fix Warnings

* RunVX - Fix

* RunVX - LUT Fix

* VX_RPP - Build CPU Backend for GPU Support Off

* snprintf - Fix

* Warning Fix

* Fix Object Array

* CMakeLists - CMake Version update to 3.5

* Vision Test - Fix

* runNNTest - Fix

* NN Test - Return Pass/Fail Status

* Tensor - Fix create

* Run NN Test - Fix

* Documentation - Bump gitpython from 3.1.31 to 3.1.32 in /docs/.sphinx (#1170)

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.31 to 3.1.32.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.31...3.1.32)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-type: indirect
...

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: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sam Wu <sam.wu2@amd.com>
Co-authored-by: Lakshmi Kumar <lakshmi.kumar@amd.com>
Co-authored-by: Hansel Yang <hansyang@amd.com>
Co-authored-by: raramakr <91213141+raramakr@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:docs-only Only run documentation CI on this PR dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants