Skip to content

Commit

Permalink
Add .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiachenrui committed Oct 20, 2024
1 parent 5c6c8ad commit 73698d4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
build:
os: ubuntu-20.04
tools:
python: "3.8"
apt_packages:
- pandoc
jobs:
post_create_environment:
- pip install torch==1.11.0+cpu --extra-index-url https://download.pytorch.org/whl/cpu
- pip install https://data.pyg.org/whl/torch-1.11.0%2Bcpu/torch_cluster-1.6.0-cp38-cp38-linux_x86_64.whl
- pip install https://data.pyg.org/whl/torch-1.11.0%2Bcpu/torch_scatter-2.0.9-cp38-cp38-linux_x86_64.whl
- pip install https://data.pyg.org/whl/torch-1.11.0%2Bcpu/torch_sparse-0.6.15-cp38-cp38-linux_x86_64.whl
- pip install torch-geometric
- pip install cell-decipher
sphinx:
configuration: docs/conf.py
python:
install:
- requirements: docs/requirements.txt

0 comments on commit 73698d4

Please sign in to comment.