From 3ac6f3b2ccfb66e62a0880d40931cf38c6b716c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:53:34 -0600 Subject: [PATCH] Bump rocm-docs-core from 0.38.1 to 1.0.0 in /docs/sphinx (#3047) * Bump rocm-docs-core from 0.38.1 to 1.0.0 in /docs/sphinx Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.38.1 to 1.0.0. - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.38.1...v1.0.0) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Set Ubuntu 22.04 and Python 3.10 in ReadtheDocs config --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Wu <22262939+samjwu@users.noreply.github.com> --- .readthedocs.yaml | 4 ++-- docs/sphinx/requirements.in | 2 +- docs/sphinx/requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fd918a157d..8ebe82a909 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,6 +13,6 @@ python: - requirements: docs/sphinx/requirements.txt build: - os: ubuntu-20.04 + os: ubuntu-22.04 tools: - python: "3.8" + python: "3.10" diff --git a/docs/sphinx/requirements.in b/docs/sphinx/requirements.in index e4e76fa1bd..24dbfcc2a9 100644 --- a/docs/sphinx/requirements.in +++ b/docs/sphinx/requirements.in @@ -1,2 +1,2 @@ -rocm-docs-core==0.38.1 +rocm-docs-core==1.0.0 sphinx-reredirects==0.1.3 \ No newline at end of file diff --git a/docs/sphinx/requirements.txt b/docs/sphinx/requirements.txt index f4c48fa525..715b9573d9 100644 --- a/docs/sphinx/requirements.txt +++ b/docs/sphinx/requirements.txt @@ -94,7 +94,7 @@ requests==2.31.0 # via # pygithub # sphinx -rocm-docs-core==0.38.1 +rocm-docs-core==1.0.0 # via -r requirements.in smmap==5.0.0 # via gitdb