Skip to content

Commit ac74ef4

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

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.readthedocs.yml

Lines changed: 3 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: bistring
2+
channels:
3+
- defaults
4+
dependencies:
5+
- nodejs
6+
- pip

0 commit comments

Comments
 (0)