We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed76709 + 0dba925 commit 2ec2eb2Copy full SHA for 2ec2eb2
docs/conf.py
@@ -14,7 +14,7 @@ def download_meshes(app, env, docnames): # noqa: ARG001
14
"""Function to download meshes prior to executing documentation, so
15
progress bars don't appear in the rendered docs
16
"""
17
- for mesh in ["QU.240km", "mpasli.AIS8to30"]:
+ for mesh in ["QU.240km", "mpasli.AIS8to30", "doubly_periodic_4x4"]:
18
mosaic.datasets.open_dataset(mesh)
19
20
0 commit comments