Skip to content

Commit 5afc6f3

Browse files
committed
Merge branch 'master' into feature/weighted
2 parents 111259b + 4042345 commit 5afc6f3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+3047
-1367
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ jobs:
110110
- bash: |
111111
source activate xarray-tests
112112
cd doc
113-
sphinx-build -n -j auto -b html -d _build/doctrees . _build/html
113+
sphinx-build -W --keep-going -j auto -b html -d _build/doctrees . _build/html
114114
displayName: Build HTML docs

ci/requirements/doc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ dependencies:
2121
- seaborn
2222
- sphinx
2323
- sphinx_rtd_theme
24-
- xarray
2524
- zarr

0 commit comments

Comments
 (0)