-
-
Couldn't load subscription status.
- Fork 1.2k
Open
Labels
Description
What is your issue?
The default value for netcdf_order in set options is not being properly rendered by sphinx:
https://docs.xarray.dev/en/stable/generated/xarray.set_options.html

I tried to get this to work by adding a colon and switch to a tuple. but neither, nor their combination fixed this.
Code defined here:
Lines 263 to 267 in 20d3773
| netcdf_engine_order : sequence, default ['netcdf4', 'h5netcdf', 'scipy'] | |
| Preference order of backend engines to use when reading or writing | |
| netCDF files with ``open_dataset()`` and ``to_netcdf()`` if ``engine`` | |
| is not explicitly specified. May be any permutation or subset of | |
| ``['netcdf4', 'h5netcdf', 'scipy']``. |