From da61d4226bbed9ae801b20964e90086d8d6dfdfe Mon Sep 17 00:00:00 2001 From: Anton Goloborodko Date: Tue, 17 Dec 2024 22:51:59 +0100 Subject: [PATCH] Update readthedocs.yml --- readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 53e3b51..ee25885 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -11,7 +11,7 @@ build: - "pip install numpy cython pysam" pre_build: - "pip install --upgrade numpy" - - python setup.py build + - pip install -e . - python -c "import pairtools.lib.dedup_cython" sphinx: