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