Skip to content

Commit

Permalink
Merge pull request #97 from ThomasWaldmann/readthedocs4
Browse files Browse the repository at this point in the history
fix .readthedocs.yaml - fix installation of requirements
  • Loading branch information
ThomasWaldmann authored Aug 28, 2023
2 parents f0715b0 + d37aed1 commit bc41184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -20,8 +21,6 @@ build:

python:
install:
- method: pip
path: "cython"
- method: pip
path: .

Expand Down
1 change: 1 addition & 0 deletions requirements.d/rtd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cython

0 comments on commit bc41184

Please sign in to comment.