From a856bc631f07dbb8d42f205d04def333fdaaca2d Mon Sep 17 00:00:00 2001 From: Anton Goloborodko Date: Wed, 18 Dec 2024 10:29:03 +0100 Subject: [PATCH] Update readthedocs.yml --- readthedocs.yml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index ee25885..b409fda 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -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