Skip to content

Commit

Permalink
Enable building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
srogawski-nvidia committed Dec 17, 2024
1 parent 0ee3d84 commit 8571c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
For detailed documentation and usage information about each component, please refer to the https://nvidia.github.io/nvidia-resiliency-ext/.

0 comments on commit 8571c62

Please sign in to comment.