Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh doc environment #273

Merged
merged 6 commits into from
Oct 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "mambaforge-4.10"

sphinx:
configuration: docs/conf.py

conda:
environment: continuous_integration/environment-doc.yml
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ conda environment for building the dask-image documentation:

.. code-block:: console

$ conda env create -f environment_doc.yml
$ conda env create -f continuous_integration/environment-doc.yml
$ conda activate dask_image_doc_env

This conda environment contains dask-image and its dependencies, sphinx,
Expand Down
19 changes: 19 additions & 0 deletions continuous_integration/environment-doc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: dask_image_doc_env

channels:
- conda-forge

dependencies:
- python=3.8.*
- pip==22.3
- wheel==0.37.1
- sphinx==5.3.0
- jinja2==3.1.2
- dask==2.8.1
- numpy==1.23.4
- scipy==1.9.2
- scikit-image==0.19.3
- pims==0.6.1
- slicerator==1.1.0
- pip:
- dask-sphinx-theme>=3.0.0
17 changes: 0 additions & 17 deletions environment_doc.yml

This file was deleted.

2 changes: 0 additions & 2 deletions readthedocs.yml

This file was deleted.