Skip to content

Commit 6875874

Browse files
committed
readthedocs Docker containers have too old a Node.js version, but we can install a newer one with Conda.
1 parent e4c557b commit 6875874

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.readthedocs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ version: 2
66
sphinx:
77
configuration: docs/conf.py
88

9+
conda:
10+
environment: docs/environment.yml
11+
912
formats: all
1013

1114
python:

docs/environment.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: bistring
2+
channels:
3+
- defaults
4+
dependencies:
5+
- _libgcc_mutex=0.1=main
6+
- _openmp_mutex=4.5=1_gnu
7+
- ca-certificates=2021.7.5=h06a4308_1
8+
- icu=68.1=h2531618_0
9+
- libgcc-ng=9.3.0=h5101ec6_17
10+
- libgomp=9.3.0=h5101ec6_17
11+
- libstdcxx-ng=9.3.0=hd4cf53a_17
12+
- libuv=1.40.0=h7b6447c_0
13+
- nodejs=14.8.0=hda19d22_0
14+
- openssl=1.1.1k=h27cfd23_0
15+
- zlib=1.2.11=h7b6447c_3

0 commit comments

Comments
 (0)