From 7b849b92da99c03092c75f5849f1e414143ad031 Mon Sep 17 00:00:00 2001 From: FriedrichFroebel Date: Tue, 16 Apr 2024 19:24:47 +0200 Subject: [PATCH] RTD: add missing Cython package --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6b908c9..1541e56 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,6 +8,7 @@ build: - libdjvulibre-dev jobs: pre_build: + - python -m pip install Cython - python setup.py build_ext --inplace - export PYTHONPATH=$PWD