From 38edb4ffaa1d926b61aee14ec46edc7986c2cafe Mon Sep 17 00:00:00 2001 From: kn0wmad Date: Mon, 10 May 2021 15:13:10 -0600 Subject: [PATCH] Adds youtube embed support --- README.md | 1 + source/conf.py | 1 + source/user-manual/initial-setup.rst | 3 +-- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e64ef96..4c5bcbb 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Install sphinx and dependencies: brew install sphinx-doc pip3 install sphinx-autobuild pip3 install sphinx-book-theme || pip install git+https://github.com/executablebooks/sphinx-book-theme.git@master +pip3 install sphinxcontrib.yt ``` ### Development diff --git a/source/conf.py b/source/conf.py index 7886234..5084661 100644 --- a/source/conf.py +++ b/source/conf.py @@ -26,6 +26,7 @@ copyright = '2021, Start9 Labs, Inc' # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ + 'sphinxcontrib.yt' # 'sphinxcontrib.needs' ] diff --git a/source/user-manual/initial-setup.rst b/source/user-manual/initial-setup.rst index e4d4c4d..b2a9ae7 100644 --- a/source/user-manual/initial-setup.rst +++ b/source/user-manual/initial-setup.rst @@ -4,8 +4,7 @@ Initial Setup ************* -.. .. raw:: html -.. +.. youtube:: DmTlwp5_zvY Download the Setup App ======================