Skip to content

Commit

Permalink
youtube video embedding for flytectl with walkthrough (#166)
Browse files Browse the repository at this point in the history
Signed-off-by: Ketan Umare <[email protected]>
  • Loading branch information
kumare3 authored Aug 27, 2021
1 parent 6618d9e commit 3b266d7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
1 change: 1 addition & 0 deletions flytectl/doc-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ sphinx-code-include
sphinx-copybutton
sphinx_fontawesome
sphinx_tabs
sphinxcontrib-yt
13 changes: 8 additions & 5 deletions flytectl/doc-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.9
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile doc-requirements.in
Expand All @@ -15,7 +15,7 @@ beautifulsoup4==4.9.3
# sphinx-material
certifi==2021.5.30
# via requests
charset-normalizer==2.0.3
charset-normalizer==2.0.4
# via requests
css-html-js-minify==2.5.5
# via sphinx-material
Expand All @@ -37,7 +37,7 @@ markupsafe==2.0.1
# via jinja2
packaging==21.0
# via sphinx
pygments==2.9.0
pygments==2.10.0
# via
# sphinx
# sphinx-prompt
Expand Down Expand Up @@ -66,6 +66,7 @@ sphinx==4.1.2
# sphinx-material
# sphinx-prompt
# sphinx-tabs
# sphinxcontrib-yt
sphinx-code-include==1.1.1
# via -r doc-requirements.in
sphinx-copybutton==0.4.0
Expand All @@ -74,9 +75,9 @@ sphinx-fontawesome==0.0.6
# via -r doc-requirements.in
sphinx-material==0.0.34
# via -r doc-requirements.in
sphinx-prompt==1.4.0
sphinx-prompt==1.5.0
# via -r doc-requirements.in
sphinx-tabs==3.1.0
sphinx-tabs==3.2.0
# via -r doc-requirements.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
Expand All @@ -90,6 +91,8 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxcontrib-yt==0.2.2
# via -r doc-requirements.in
text-unidecode==1.3
# via python-slugify
unidecode==1.2.0
Expand Down
1 change: 1 addition & 0 deletions flytectl/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"sphinx_copybutton",
"sphinx_fontawesome",
"sphinx_tabs.tabs",
"sphinxcontrib.yt",
]

# build the templated autosummary files
Expand Down
5 changes: 5 additions & 0 deletions flytectl/docs/source/index.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b266d7

Please sign in to comment.