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 ======================