YosysHQ / mcy

Mutation Cover with Yosys (MCY)
ISC License
77 stars 9 forks source link

add embed of youtube tutorial for html version #26

Closed nakengelhardt closed 4 years ago

nakengelhardt commented 4 years ago

The 'sphinxcontrib.youtube' extension is severely broken (last PyPI release only works on Python 2, current github master works on 3 but forgets to include https: at the beginning of the URL so doesn't show the video, and also causes any non-html build to error out so we wouldn't be able to have pdf export any more) so this does not use it. Instead, the youtube embed iframe is directly added as a .. raw:: html directive, which just gets ignored by make latexpdf.