Skip to content

Commit 84be0cd

Browse files
committed
RTD: Use setup_py_install instead of pip_install
This is an attempt to solve the problem described in readthedocs/readthedocs.org#5545.
1 parent 6851346 commit 84be0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
conda:
22
file: doc/readthedocs-environment.yml
33
python:
4-
pip_install: true
4+
setup_py_install: true

0 commit comments

Comments
 (0)