diff --git a/doc/api.rst b/doc/api.rst index 603e3e8f6cf..72a6dd4d97a 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -360,7 +360,6 @@ Computation DataArray.rolling_exp DataArray.weighted DataArray.coarsen - DataArray.dt DataArray.resample DataArray.get_axis_num DataArray.diff @@ -369,7 +368,6 @@ Computation DataArray.differentiate DataArray.integrate DataArray.polyfit - DataArray.str DataArray.map_blocks diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 378dfb30f25..b33f817e9e1 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -59,7 +59,7 @@ Enhancements coordinate attributes (:pull:`4103`). By `Oriol Abril `_. - 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 `_. New Features ~~~~~~~~~~~~ diff --git a/readthedocs.yml b/readthedocs.yml index 88aee82a44b..88abb57ae43 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -6,4 +6,7 @@ build: conda: environment: ci/requirements/doc.yml +sphinx: + fail_on_warning: false + formats: []