We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8e3cd7 + fcd0736 commit a7f4b29Copy full SHA for a7f4b29
.readthedocs.yml
@@ -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
@@ -0,0 +1,12 @@
+name: jupyterlab-blockly-docs
+channels:
+ - conda-forge
+dependencies:
+ - mamba
+ - myst-parser
+ - pydata-sphinx-theme
10
+ - pip:
11
+ - jupyterlite
12
+ - jupyterlite-sphinx
docs/requirements.txt
0 commit comments