We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b24dc commit 69d048aCopy full SHA for 69d048a
3 files changed
.github/workflows/deploy.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: Update conda environment
27
shell: bash -l {0}
28
run: |
29
- conda update --file ./ci/environment.yml
+ conda env update --file ./ci/environment.yml
30
- name: Deploy docs
31
32
.github/workflows/main.yaml
- name: Build and test notebooks
ci/environment.yml
@@ -1,3 +1,4 @@
1
+name: xarray
2
channels:
3
- conda-forge
4
- default
@@ -8,6 +9,6 @@ dependencies:
8
9
- jupyter_client
10
- ipykernel
11
- nbsphinx
- - dask-sphinx-theme
12
+ - sphinx_rtd_theme
13
- sphinx
14
- doctr
0 commit comments