Skip to content

Commit 69b4518

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- pooch
1414
- ffmpeg # For gym/atari
1515
# For building the site
16-
- sphinx
16+
- sphinx<5
1717
- myst-nb
1818
- sphinx-book-theme
1919
- sphinx-copybutton

0 commit comments

Comments
 (0)