From 6c4680a00d0d6e56b0d63b5130348c67adb5f484 Mon Sep 17 00:00:00 2001 From: Alexander Fabisch Date: Sat, 14 Sep 2024 18:38:49 +0200 Subject: [PATCH] Include matplotlib animations --- doc/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 70047a350..615093646 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -133,6 +133,7 @@ def __call__(self, block, block_vars, gallery_conf, **kwargs): "reference_url": {"pytransform3d": None}, "filename_pattern": "/(?:plot|animate|vis)_", "image_scrapers": ("matplotlib", Open3DScraper()), + "matplotlib_animations": (True, "gif"), "backreferences_dir": "_auto_examples/backreferences", "doc_module": "pytransform3d", }