Closed
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
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