Skip to content

Commit

Permalink
update sphinx youtube plugin (#3640)
Browse files Browse the repository at this point in the history
* update sphinx youtube plugin

Signed-off-by: Kevin Su <[email protected]>

* nit

Signed-off-by: Kevin Su <[email protected]>

---------

Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw authored May 5, 2023
1 parent 04bf39c commit 7e0c3ed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sphinx_fontawesome
sphinx-panels
sphinxcontrib-mermaid
sphinxcontrib-video
sphinxcontrib-yt
sphinxcontrib-youtube
sphinx-tabs
sphinx-tags
grpcio<1.49.0
Expand Down
10 changes: 6 additions & 4 deletions doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --resolver=backtracking doc-requirements.in
# pip-compile doc-requirements.in
#
alabaster==0.7.13
# via sphinx
Expand Down Expand Up @@ -83,7 +83,9 @@ pyyaml==6.0
# pre-commit
# sphinx-autoapi
requests==2.28.2
# via sphinx
# via
# sphinx
# sphinxcontrib-youtube
six==1.16.0
# via
# grpcio
Expand All @@ -107,7 +109,7 @@ sphinx==4.5.0
# sphinx-prompt
# sphinx-tabs
# sphinx-tags
# sphinxcontrib-yt
# sphinxcontrib-youtube
sphinx-autoapi==2.0.1
# via -r doc-requirements.in
sphinx-basic-ng==1.0.0b1
Expand Down Expand Up @@ -144,7 +146,7 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxcontrib-video==0.0.1.dev3
# via -r doc-requirements.in
sphinxcontrib-yt==0.2.2
sphinxcontrib-youtube==1.2.0
# via -r doc-requirements.in
sphinxext-remoteliteralinclude==0.4.0
# via -r doc-requirements.in
Expand Down
2 changes: 1 addition & 1 deletion rsts/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"sphinx_panels",
"sphinxcontrib.mermaid",
"sphinxcontrib.video",
"sphinxcontrib.yt",
"sphinxcontrib.youtube",
"sphinx_tabs.tabs",
"sphinx_tags",
]
Expand Down

0 comments on commit 7e0c3ed

Please sign in to comment.