From 5432a4ed354acb41d894f5c867f256fbfbf5fe77 Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 19 Nov 2024 11:27:51 +1100 Subject: [PATCH] pin sphinx-youtube to 1.3.0 for sphinx5 compat --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 19e0a6ae..f75ee8bc 100644 --- a/environment.yml +++ b/environment.yml @@ -13,7 +13,7 @@ dependencies: - sphinxext-rediraffe==0.2.7 - git+https://github.com/executablebooks/sphinx-exercise@main - ghp-import==2.1.0 - - sphinxcontrib-youtube==1.4.1 + - sphinxcontrib-youtube==1.3.0 #Version 1.3.0 is required as quantecon-book-theme is only compatible with sphinx<=5 - sphinx-togglebutton==0.3.2 # Github Actions Bug - requests