Skip to content

Commit b228e80

Browse files
committed
Rename conda environment name to just cupy-xarray
Consolidate to just a single ci/doc.yml conda environment file. Not sure where ci/requirements/environment.yml came from.
1 parent a0bce62 commit b228e80

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ci/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: cupy-xarray-doc
1+
name: cupy-xarray
22
channels:
33
- conda-forge
44
dependencies:

docs/source/contributing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ First we'll create and activate the build environment:
6868

6969
.. code-block:: sh
7070
71-
conda env create --file ci/requirements/environment.yml
72-
conda activate cupy-xarray-tests
71+
conda env create --file ci/doc.yml
72+
conda activate cupy-xarray
7373
7474
At this point you should be able to import *cupy-xarray* from your locally
7575
built version.
@@ -146,7 +146,7 @@ To build the documentation, you will need to requirements listed in ``ci/doc.yml
146146
You can create an environment for building the documentation using::
147147

148148
conda env create --file ci/doc.yml
149-
conda activate cupy-xarray-doc
149+
conda activate cupy-xarray
150150

151151
You can then build the documentation using::
152152

0 commit comments

Comments
 (0)