From 55e79c42e6272e10b45fcc5f495f8b26db622dce Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Thu, 4 May 2023 15:01:50 -0700 Subject: [PATCH 1/2] update sphinx youtube plugin Signed-off-by: Kevin Su --- doc-requirements.in | 3 ++- doc-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc-requirements.in b/doc-requirements.in index 872201189a..560798c6c4 100644 --- a/doc-requirements.in +++ b/doc-requirements.in @@ -1,6 +1,7 @@ . -e file:.#egg=flytekit +grpcio<=1.49.1 git+https://github.com/flyteorg/furo@main sphinx sphinx-gallery @@ -11,7 +12,7 @@ sphinx-autoapi sphinx-copybutton sphinx_fontawesome sphinx-panels -sphinxcontrib-yt +sphinxcontrib-youtube cryptography google-api-core[grpc] scikit-learn diff --git a/doc-requirements.txt b/doc-requirements.txt index 2943ae06a6..037a756be8 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -1101,7 +1101,7 @@ sphinxcontrib-qthelp==1.0.3 # via sphinx sphinxcontrib-serializinghtml==1.1.5 # via sphinx -sphinxcontrib-yt==0.2.2 +sphinxcontrib-youtube==1.2.0 # via -r doc-requirements.in sqlalchemy==1.4.46 # via From 375383d54d3ae75d213d1078ce06d27443df8226 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Thu, 4 May 2023 15:03:03 -0700 Subject: [PATCH 2/2] nit Signed-off-by: Kevin Su --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 205bcb8838..6c0663f6b5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -57,7 +57,7 @@ "sphinx-prompt", "sphinx_copybutton", "sphinx_panels", - "sphinxcontrib.yt", + "sphinxcontrib.youtube", "sphinx_tags", "sphinx_click", ]