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.
1 parent 627aafd commit 05af92cCopy full SHA for 05af92c
.github/workflows/conda.yml
@@ -40,12 +40,8 @@ jobs:
40
run: |
41
conda info
42
conda list
43
- make -C site/ SPHINXOPTS="-nWT --keep-going" html
44
-
45
- - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
46
- with:
47
- name: sphinx-build-artifact
48
- path: site/_build/html/reports
+ export OMP_NUM_THREADS=1
+ python -m tox -e py313-buildhtml
49
50
- name: fail on build errors
51
if: steps.build_step.outcome != 'success'
environment.yml
@@ -16,3 +16,7 @@ dependencies:
16
- sphinx-copybutton
17
# to load the md files in binder
18
- jupytext
19
+ - pip
20
+ - pip:
21
+ - jupyterbook>=2
22
+ - jupyterlab_myst
0 commit comments