Skip to content

Commit ccabab1

Browse files
Install Rust toolchain for the docs
1 parent 620928b commit ccabab1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.readthedocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
version: 2
22

33
build:
4-
os: "ubuntu-20.04"
4+
os: "ubuntu-22.04"
55
tools:
66
python: "mambaforge-4.10"
7+
rust: "1.82"
78

89
conda:
910
environment: dev-environment.yml

docs/environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ dependencies:
99
- xeus-python
1010
# Temporary for this PR
1111
- pip:
12+
- .
13+
- jupyterlite-xeus >=0.2.0a0.0
1214
- jupyterlab_theme_christmas

0 commit comments

Comments
 (0)