mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-30 20:14:50 +00:00
Adds youtube embed support
This commit is contained in:
@@ -18,6 +18,7 @@ Install sphinx and dependencies:
|
|||||||
brew install sphinx-doc
|
brew install sphinx-doc
|
||||||
pip3 install sphinx-autobuild
|
pip3 install sphinx-autobuild
|
||||||
pip3 install sphinx-book-theme || pip install git+https://github.com/executablebooks/sphinx-book-theme.git@master
|
pip3 install sphinx-book-theme || pip install git+https://github.com/executablebooks/sphinx-book-theme.git@master
|
||||||
|
pip3 install sphinxcontrib.yt
|
||||||
```
|
```
|
||||||
|
|
||||||
### Development
|
### Development
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ copyright = '2021, Start9 Labs, Inc'
|
|||||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||||
# ones.
|
# ones.
|
||||||
extensions = [
|
extensions = [
|
||||||
|
'sphinxcontrib.yt'
|
||||||
# 'sphinxcontrib.needs'
|
# 'sphinxcontrib.needs'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -4,8 +4,7 @@
|
|||||||
Initial Setup
|
Initial Setup
|
||||||
*************
|
*************
|
||||||
|
|
||||||
.. .. raw:: html
|
.. youtube:: DmTlwp5_zvY
|
||||||
.. <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/DmTlwp5_zvY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
||||||
|
|
||||||
Download the Setup App
|
Download the Setup App
|
||||||
======================
|
======================
|
||||||
|
|||||||
Reference in New Issue
Block a user