diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4416faa..d725739 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,6 +11,7 @@ build: post_checkout: - git fetch --unshallow pre_install: + - pip install -r requirements.d/rtd.txt - python setup.py build_cython - python setup.py build_ext --inplace apt_packages: @@ -20,8 +21,6 @@ build: python: install: - - method: pip - path: "cython" - method: pip path: . diff --git a/requirements.d/rtd.txt b/requirements.d/rtd.txt new file mode 100644 index 0000000..f6629e0 --- /dev/null +++ b/requirements.d/rtd.txt @@ -0,0 +1 @@ +cython