From b93a5426046341891321440125a9e91f2d4cd72d Mon Sep 17 00:00:00 2001 From: Anton Goloborodko Date: Tue, 17 Dec 2024 22:52:14 +0100 Subject: [PATCH] Update readthedocs.yml (#261) --- 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: