Skip to content

Commit

Permalink
Update doc CI to use mamba
Browse files Browse the repository at this point in the history
Update docs conda env

Install the dev version of ipywidgets in readthedocs
  • Loading branch information
jasongrout committed Jul 6, 2022
1 parent 5783d22 commit dd5d20c
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 7 deletions.
19 changes: 19 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "mambaforge-4.10"
python:
install:
- method: pip
path: ./python/ipywidgets
conda:
environment: docs/environment.yml

# python:
# version: 3.7
# install:
# - method: pip
# path: ./python/ipywidgets
# - requirements: docs/requirements.txt
24 changes: 24 additions & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: docs
channels:
- conda-forge
- nodefaults
dependencies:
- bqplot
- empack
- ipykernel
- jupyter_client
- matplotlib
- nbsphinx
- numpy
- packaging
- pip
- python=3.10
- recommonmark
- scikit-image
- scikit-learn
- sphinx
- sphinx_rtd_theme
- pip:
- jupyterlite==0.1.0b9
- jupyterlite-sphinx
- jupyterlite-xeus-python
7 changes: 0 additions & 7 deletions readthedocs.yml

This file was deleted.

0 comments on commit dd5d20c

Please sign in to comment.