ansys / pyensight

Python API for EnSight
http://ensight.docs.pyansys.com
MIT License
6 stars 2 forks source link

Bump sphinxcontrib-video from 0.2.0 to 0.2.1 #440

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 1 month ago

Bumps sphinxcontrib-video from 0.2.0 to 0.2.1.

Release notes

Sourced from sphinxcontrib-video's releases.

v0.2.1

This change might impact many of our users documentation. As pointed out by users in sphinx-contrib/video#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.

What's Changed

New Contributors

Full Changelog: https://github.com/sphinx-contrib/video/compare/v0.2.0...v0.2.1

v0.2.1rc0

We decided to publish a Realease Candidate because this change might impact many of our users documentation. As pointed out by users in sphinx-contrib/video#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

New Contributors

Full Changelog: https://github.com/sphinx-contrib/video/compare/v0.2.0...v0.2.1rc0

Commits
  • 828fdaf bump: version 0.2.1rc0 → 0.2.1
  • 098b467 bump: version 0.2.0 → 0.2.1rc0
  • 92bb356 Fix referencing video files from any path (#36)
  • eb97208 Merge branch 'master' into local-video
  • 0170bc9 mypy: Use correct type for HTML visitor functions (#37)
  • 96eccd1 mypy: Use correct type for HTML visitor functions
  • 68b7ffa Fix referencing video files from any path
  • 959aeff Simplify processing of multiple video sources
  • 6f55fae refactor: drop init file in namespace (#32)
  • 2a6cf22 refactor: drop init file in namespace
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)