Skip to content

Commit f3ca63a

Browse files
authored
fix sphinx warnings (#4199)
* fix a link * remove the earlier attempts to document .str and .dt * fail warnings on RTD * disable fail_on_warning again
1 parent 64c1391 commit f3ca63a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

doc/api.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ Computation
360360
DataArray.rolling_exp
361361
DataArray.weighted
362362
DataArray.coarsen
363-
DataArray.dt
364363
DataArray.resample
365364
DataArray.get_axis_num
366365
DataArray.diff
@@ -369,7 +368,6 @@ Computation
369368
DataArray.differentiate
370369
DataArray.integrate
371370
DataArray.polyfit
372-
DataArray.str
373371
DataArray.map_blocks
374372

375373

doc/whats-new.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Enhancements
5959
coordinate attributes (:pull:`4103`). By `Oriol Abril <https://github.com/OriolAbril>`_.
6060
- Axes kwargs such as ``facecolor`` can now be passed to :py:meth:`DataArray.plot` in ``subplot_kws``.
6161
This works for both single axes plots and FacetGrid plots.
62-
By `Raphael Dussin <https://github.com/raphaeldussin`_.
62+
By `Raphael Dussin <https://github.com/raphaeldussin>`_.
6363

6464
New Features
6565
~~~~~~~~~~~~

readthedocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ build:
66
conda:
77
environment: ci/requirements/doc.yml
88

9+
sphinx:
10+
fail_on_warning: false
11+
912
formats: []

0 commit comments

Comments
 (0)