Skip to content

failing docs CI #4287

Closed
Closed
@keewis

Description

@keewis

I'm not quite sure why (maybe a pandas or matplotlib release?), but the docs CI raises a exception in plotting.rst:

xarray/doc/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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions