feat(lib): add return_animation option (#331)

* feat(lib): add `return_animation` option

Allow to return animation instead of playing it.

* fix(lib): docs issue

* fix(ci): build with Python 3.10
This commit is contained in:
Jérome Eertmans
2023-12-05 13:29:16 +01:00
committed by GitHub
parent b3ed127e31
commit af3c4971ae
5 changed files with 58 additions and 13 deletions

View File

@ -4,6 +4,10 @@
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html
import sys
assert sys.version_info >= (3, 10), "Building docs requires Python 3.10"
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information