Skip to content

Commit fc6a745

Browse files
committed
Remove complex.nc from doc build.
1 parent 1c40460 commit fc6a745

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/io.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,12 @@ and currently raises a warning unless ``invalid_netcdf=True`` is set:
516516
# Reading it back
517517
xr.open_dataarray("complex.nc", engine="h5netcdf")
518518
519+
.. ipython:: python
520+
:suppress:
521+
522+
import os
523+
os.remove('complex.nc')
524+
519525
520526
.. warning::
521527

0 commit comments

Comments
 (0)