Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d37aed1

Browse files
fix .readthedocs.yaml - fix installation of requirements
1 parent f0715b0 commit d37aed1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ build:
1111
post_checkout:
1212
- git fetch --unshallow
1313
pre_install:
14+
- pip install -r requirements.d/rtd.txt
1415
- python setup.py build_cython
1516
- python setup.py build_ext --inplace
1617
apt_packages:
@@ -20,8 +21,6 @@ build:
2021

2122
python:
2223
install:
23-
- method: pip
24-
path: "cython"
2524
- method: pip
2625
path: .
2726

requirements.d/rtd.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cython

0 commit comments

Comments
 (0)