Adds youtube embed support

This commit is contained in:
kn0wmad
2021-05-10 15:13:10 -06:00
parent 6c8bd9fcdd
commit 38edb4ffaa
3 changed files with 3 additions and 2 deletions

View File

@@ -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'
]