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