From 8571c62f95f475795b29a4fc3d28c174d5d9c3aa Mon Sep 17 00:00:00 2001 From: Sebastian Rogawski Date: Mon, 16 Dec 2024 19:58:13 -0800 Subject: [PATCH] Enable building docs --- .github/workflows/build_docs.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index d132160..5a9fb2d 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -24,7 +24,7 @@ jobs: - name: Install dependencies run: | - pip install -U sphinx sphinx-rtd-theme sphinxcontrib-napoleon psutil + pip install -U sphinx sphinx-rtd-theme sphinxcontrib-napoleon sphinx_copybutton lightning - name: Build Documentation run: | diff --git a/README.md b/README.md index 61227cb..a2e5331 100644 --- a/README.md +++ b/README.md @@ -51,4 +51,4 @@ The NVIDIA Resiliency Extension (NVRx) integrates multiple resiliency-focused so ## Usage -For detailed documentation and usage information about each component, please refer to the ./docs. \ No newline at end of file +For detailed documentation and usage information about each component, please refer to the https://nvidia.github.io/nvidia-resiliency-ext/.