From 641a71f3dfe98631031d16cd2d59657a3527ea06 Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Sat, 25 Jun 2022 13:30:38 +0300 Subject: [PATCH] Try pinning sphinx. I don't know why the conda resolver isn't doing this already... --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 3e8ca90b..b876592b 100644 --- a/environment.yml +++ b/environment.yml @@ -13,7 +13,7 @@ dependencies: - pooch - ffmpeg # For gym/atari # For building the site - - sphinx + - sphinx<5 - myst-nb - sphinx-book-theme - sphinx-copybutton