Skip to content

Commit

Permalink
Update .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidham3 authored Dec 18, 2024
1 parent e282bf1 commit d8ef9f3
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,7 @@
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "3.11"
jobs:
pre_install:
- pip install torch --index-url https://download.pytorch.org/whl/cpu
pre_build:
- pytest -s

python:
install:
- method: pip
path: .
extra_requirements:
- docs
- dev

sphinx:
configuration: docs/conf.py
commands:
- mv * $READTHEDOCS_OUTPUT/html/

0 comments on commit d8ef9f3

Please sign in to comment.