Skip to content

Commit a7f4b29

Browse files
authored
Merge pull request #45 from jtpio/rtd
Switch to `environment.yml` for the docs
2 parents d8e3cd7 + fcd0736 commit a7f4b29

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

.readthedocs.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
3+
build:
4+
os: "ubuntu-20.04"
5+
tools:
6+
python: "mambaforge-4.10"
7+
8+
conda:
9+
environment: docs/environment.yml

docs/environment.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: jupyterlab-blockly-docs
2+
3+
channels:
4+
- conda-forge
5+
6+
dependencies:
7+
- mamba
8+
- myst-parser
9+
- pydata-sphinx-theme
10+
- pip:
11+
- jupyterlite
12+
- jupyterlite-sphinx

docs/requirements.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)