Commit f0fc7e8
Reorder installation in .readthedocs.yaml (#825)
* Reverse the order of install directives in RTD config
When RTD installs `.`, it uses `--upgrade-strategy eager`. If this is
done after installing from `docs/requirements.txt`, packages may be
upgraded that shouldn't be; currently, `docutils` gets upgraded to 0.18,
which current versions of `Sphinx` can't work with.
* Update .readthedocs.yaml
Co-authored-by: Brian Rutledge <brian@bhrutledge.com>1 parent ee97836 commit f0fc7e8
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | | - | |
21 | 23 | | |
22 | 24 | | |
| 25 | + | |
0 commit comments