Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ Computation
DataArray.rolling_exp
DataArray.weighted
DataArray.coarsen
DataArray.dt
DataArray.resample
DataArray.get_axis_num
DataArray.diff
Expand All @@ -369,7 +368,6 @@ Computation
DataArray.differentiate
DataArray.integrate
DataArray.polyfit
DataArray.str
DataArray.map_blocks


Expand Down
2 changes: 1 addition & 1 deletion doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Enhancements
coordinate attributes (:pull:`4103`). By `Oriol Abril <https://github.com/OriolAbril>`_.
- Axes kwargs such as ``facecolor`` can now be passed to :py:meth:`DataArray.plot` in ``subplot_kws``.
This works for both single axes plots and FacetGrid plots.
By `Raphael Dussin <https://github.com/raphaeldussin`_.
By `Raphael Dussin <https://github.com/raphaeldussin>`_.

New Features
~~~~~~~~~~~~
Expand Down
3 changes: 3 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ build:
conda:
environment: ci/requirements/doc.yml

sphinx:
fail_on_warning: false

formats: []