We decided to publish a Realease Candidate because this change might impact many of our users documentation. As pointed out by users in https://github.com/sphinx-contrib/video/issues/33, the behaviour of the video directive was inconsistence with the image one. This is now solved and you are no longer forced to store your data in static folder nor to reference it in your directive parameter path.
I'll wait 2-3 weeks before bumping a release, let me know if this needs extra modifications!
What's Changed
* docs: update link to docs by Borda in https://github.com/sphinx-contrib/video/pull/30
* refactor: drop __init__ file in namespace by 12rambau in https://github.com/sphinx-contrib/video/pull/32
* mypy: Use correct type for HTML visitor functions by QuLogic in https://github.com/sphinx-contrib/video/pull/37
* Fix referencing video files from any path by QuLogic in https://github.com/sphinx-contrib/video/pull/36
New Contributors
* Borda made their first contribution in https://github.com/sphinx-contrib/video/pull/30
* QuLogic made their first contribution in https://github.com/sphinx-contrib/video/pull/37
**Full Changelog**: https://github.com/sphinx-contrib/video/compare/v0.2.0...v0.2.1rc0