Skip to content

Commit

Permalink
fix sphinx warnings (#4199)
Browse files Browse the repository at this point in the history
* fix a link

* remove the earlier attempts to document .str and .dt

* fail warnings on RTD

* disable fail_on_warning again
  • Loading branch information
keewis committed Jul 7, 2020
1 parent 64c1391 commit f3ca63a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions doc/api.rst
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
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
Expand Up @@ -6,4 +6,7 @@ build:
conda:
environment: ci/requirements/doc.yml

sphinx:
fail_on_warning: false

formats: []

0 comments on commit f3ca63a

Please sign in to comment.