Commit 0ff8ac6
authored
Use
Per discussion in readthedocs/readthedocs.org#10789, ReadTheDocs doesn’t ever plan to support a way to set the `--no-binary` flag in a pip install step. However, there is a newer feature that allows us to specify pre/post install commands, so this is attempt to install that way instead.
Overall, the goal here is to get away from `requirements.txt` files and smooth a path towards `pyproject.toml` and other more modern tools.--no-binary option on ReadTheDocs (#156)1 parent bb5c8e5 commit 0ff8ac6
1 file changed
+8
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
30 | 26 | | |
31 | 27 | | |
32 | 28 | | |
| |||
0 commit comments