divi255 / sphinxcontrib.asciinema

Easily embed asciinema videos into Sphinx documentation
MIT License
17 stars 11 forks source link

Possible to set source directory default path? #8

Closed MatthewCroughan closed 3 years ago

MatthewCroughan commented 3 years ago

The docs I am working on have a source/_static/asciinema folder in which all casts will be placed. Instead of having to refer to this full path like this:

.. asciinema:: ../_static/asciinema/set-device-tags.cast

It would be great if we could just refer to it like this:

.. asciinema:: set-device-tags.cast

Perhaps it could be a config option?

sphinxcontrib_asciinema_defaults = {
       'path': source/_static/asciinema
}
divi255 commented 3 years ago

added in https://github.com/divi255/sphinxcontrib.asciinema/commit/a5451cc117956040e4d139a1eec8c3af3636d462