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 12ae2a8 commit 4969df5Copy full SHA for 4969df5
.github/workflows/docs.yaml
@@ -32,13 +32,10 @@ jobs:
32
cache-suffix: docs
33
activate-environment: true
34
- uses: nikeee/setup-pandoc@v1
35
- - name: "Install jupyterbook"
36
- run: uv pip install -r docs/requirements.txt
37
- - name: "Install autoemulate"
38
- run: uv pip install -e .
+ - name: "Install autoemulate with extras: dev, docs"
+ run: uv pip install -e '.[dev,docs]'
39
- name: "Run jupyterbook"
40
run: |
41
- cd docs
42
jupyter-book build docs --all
43
- name: "Deploy"
44
uses: peaceiris/actions-gh-pages@v3
0 commit comments