Commit 69b4518
authored
Explicitly pin sphinx in conda env (#136)
At time of merging, pip pins sphinx to 4.5 but conda doesn't, which results
in errors when building the site. Suspect that one or more of the packages on
conda-forge has different dependencies than those defined in the pyproject.toml.
Should be reverted in the future when the conda-forge feedstocks result in the
correct environment.1 parent a50622c commit 69b4518
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments