diff --git a/readthedocs.yml b/readthedocs.yml index a7a439e..d086819 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -10,7 +10,9 @@ build: post_create_environment: - "pip install numpy cython pysam" pre_build: + - "python -c 'import pairtools.lib.dedup_cython'" - "pip install --upgrade numpy" + - "python -c 'import pairtools.lib.dedup_cython'" sphinx: configuration: doc/conf.py