youtube
youtube copied to clipboard
A Sphinx extension to embed videos from YouTube
It should be possible to support twitch as well? If you can give me a couple of hints/guidance, I can open a PR to add the functionality.
Heya, would you support having a `youtube-plist` directive? ```restructuredtext .. youtube-plist:: XYZ ``` The embedding HTML is essentially the same, but using the playlist shortcode like: `https://www.youtube.com/embed/videoseries?list=XYZ` If yes, then...
Experiencing this issue: importError: cannot import name '__version__' from 'sphinxcontrib.youtube' (/home/docs/checkouts/readthedocs.org/user_builds/mrcpsych-uk/envs/latest/lib/python3.7/site-packages/sphinxcontrib/youtube/__init__.py) I am using read the docs for my [documentation](https://psychology.mrcpsych.uk/). https://github.com/justpsychiatry/Clinically-Oriented-Psychology/tree/main/docs/source
I want to have an video responsive to my page size (use size in percent instead of pixels) and I want to have it centered. I naively did the following:...