From b0f9ff8e6dfa77ba1bab4b95f5a594fb7c575604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:41:47 +0000 Subject: [PATCH 1/3] Bump rocm-docs-core from 1.12.0 to 1.13.0 in /docs/sphinx Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](https://github.com/ROCm/rocm-docs-core/compare/v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/sphinx/requirements.in | 2 +- docs/sphinx/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sphinx/requirements.in b/docs/sphinx/requirements.in index 3b68b02d..6531fc3b 100644 --- a/docs/sphinx/requirements.in +++ b/docs/sphinx/requirements.in @@ -1,2 +1,2 @@ -rocm-docs-core==1.12.0 +rocm-docs-core==1.13.0 sphinx-reredirects \ No newline at end of file diff --git a/docs/sphinx/requirements.txt b/docs/sphinx/requirements.txt index 0192a8ea..3f98a858 100644 --- a/docs/sphinx/requirements.txt +++ b/docs/sphinx/requirements.txt @@ -90,7 +90,7 @@ requests==2.32.3 # via # pygithub # sphinx -rocm-docs-core==1.12.0 +rocm-docs-core==1.13.0 # via -r requirements.in smmap==5.0.1 # via gitdb From cd6d04e3316f0417273221f9e24eca315514dee1 Mon Sep 17 00:00:00 2001 From: "Saad Rahim (AMD)" <44449863+saadrahim@users.noreply.github.com> Date: Wed, 8 Jan 2025 16:17:22 -0700 Subject: [PATCH 2/3] removing mention of dcgpu.docs.amd.com --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ba946cce..00fa72f4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # AMD GPU Operator -:book: GPU Operator Documentation Site: https://dcgpu.docs.amd.com/projects/gpu-operator - ## Introduction AMD GPU Operator simplifies the deployment and management of AMD Instinct GPU accelerators within Kubernetes clusters. This project enables seamless configuration and operation of GPU-accelerated workloads, including machine learning, Generative AI, and other GPU-intensive applications. From 2171062ed79be3280b70504a263eef8222e34074 Mon Sep 17 00:00:00 2001 From: "Saad Rahim (AMD)" <44449863+saadrahim@users.noreply.github.com> Date: Wed, 8 Jan 2025 16:24:26 -0700 Subject: [PATCH 3/3] Linting --- docs/contributing/documentation-build-guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/contributing/documentation-build-guide.md b/docs/contributing/documentation-build-guide.md index b9c9c8c8..f4c5f593 100644 --- a/docs/contributing/documentation-build-guide.md +++ b/docs/contributing/documentation-build-guide.md @@ -32,6 +32,7 @@ This guide provides information for developers who want to contribute to the AMD 5. You can now view the docs site by going to http://localhost:8000 ## Auto-building the docs + The below will allow you to watch the docs directory and rebuild the documenatation each time you make a change to the documentation files: 1. Install Sphinx Autobuild package