From 6d9eaff9bdb36c6f08d93aeaa4364406ebc23a39 Mon Sep 17 00:00:00 2001 From: Daniel McCloy Date: Tue, 19 Sep 2023 12:34:42 -0500 Subject: [PATCH] temporarily pin sphinxcontrib-youtube (#1464) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1b7569bd7..05f162a50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ doc = [ "sphinx-design", "sphinx-togglebutton", "jupyterlite-sphinx", - "sphinxcontrib-youtube", + "sphinxcontrib-youtube<1.4", "sphinx-favicon>=1.0.1", # Install nbsphinx in case we want to test it locally even though we can't load # it at the same time as MyST-NB.