django - How to add animated figure to sphinx? -


i using sphinx documenting django project. , add documentation includes animated figures. there way ?

by storing image in docs folder somewhere , declaring image using restructuredtext:

.. image:: ../images/your_image.gif 

Comments