Skip to content

Commit

Permalink
Update readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
golobor authored Dec 18, 2024
1 parent b93a542 commit a856bc6
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,16 @@ build:
python: "3.10"
jobs:
post_create_environment:
- "pip install numpy cython pysam"
pre_build:
- "pip install --upgrade numpy"
- pip install -e .
- pip install numpy cython pysam
- pip install --no-build-isolation -e .
- python -c "import pairtools.lib.dedup_cython"

sphinx:
configuration: doc/conf.py

python:
install:
- method: pip
path: .
extra_requirements:
- doc
# python:
# install:
# - method: pip
# path: .
# extra_requirements:
# - doc

0 comments on commit a856bc6

Please sign in to comment.