Skip to content

Commit

Permalink
fix: autosummary build in doc due to cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
meakbiyik committed Sep 25, 2023
1 parent 2b88df0 commit 84bbcf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ build:
# Install dependencies with 'docs' dependency group
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
- poetry install
post_build:
- poetry run sphinx-build -b html docs/source docs/build
# Switch to CPU-only PyTorch
- pip install torch --index-url https://download.pytorch.org/whl/cpu

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand Down

0 comments on commit 84bbcf9

Please sign in to comment.