-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
I'm not quite sure why (maybe a pandas
or matplotlib
release?), but the docs CI raises a exception in plotting.rst
:
Lines 589 to 590 in a081d01
@savefig plot_facet_dataarray.png | |
g_simple = t.plot(x="lon", y="lat", col="time", col_wrap=3) |
there are also sphinx warnings about malformed rst:
/home/docs/checkouts/readthedocs.org/user_builds/xray/conda/4286/lib/python3.8/site-packages/pandas/core/base.py:docstring of xarray.CFTimeIndex.max:7: WARNING: Inline strong start-string without end-string.
/home/docs/checkouts/readthedocs.org/user_builds/xray/conda/4286/lib/python3.8/site-packages/pandas/core/base.py:docstring of xarray.CFTimeIndex.min:7: WARNING: Inline strong start-string without end-string.
so I guess there was a pandas
release a few days ago?
Edit: pandas
1.1.0 was released yesterday
max-sixty