Skip to content

Commit

Permalink
Use convert on RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoon committed Apr 16, 2024
1 parent ddccbce commit 095723d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/examples/sample-satellite-data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"outputs": [],
"source": [
"import os\n",
"import warnings\n",
"\n",
"import cartopy\n",
Expand Down Expand Up @@ -212,7 +213,7 @@
"\n",
"frames = Frames(tb_, plot, dim=\"time\")\n",
"frames.write(dpi=120)\n",
"frames.to_gif(\"./tb.gif\", fps=1)\n",
"frames.to_gif(\"./tb.gif\", fps=1, magick=\"READTHEDOCS\" not in os.environ)\n",
"\n",
"Image(\"./tb.gif\")"
]
Expand Down

0 comments on commit 095723d

Please sign in to comment.