Skip to content

Commit

Permalink
Try building Jupyter Lite
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Sep 15, 2022
1 parent af54a10 commit 7eddb9b
Show file tree
Hide file tree
Showing 673 changed files with 22 additions and 155,874 deletions.
24 changes: 20 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,30 @@ jobs:
name: "Build and deploy"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3

- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
build-command: "sphinx-build -b html src _build"

- uses: actions/upload-artifact@v1

- uses: actions/setup-python@v4
with:
python-version: '3.9'

- name: Install Jupyter Lite
run: pip install --pre jupyterlite
shell: bash

- name: Build Jupyter Lite
run: pipenv run jupyter lite build --contents notebooks
shell: bash

- name: Copy Jupyter Lite into Sphinx build
run: mv _output docs/_build/_extra
shell: bash

- uses: actions/upload-artifact@v3
with:
name: documentation-html
path: docs/_build/
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.jupyterlite.doit.db
_output
docs/jupyter_execute
*.DS_Store
*.~lock*
Expand Down
49 changes: 0 additions & 49 deletions notebooks/_output/api/contents/all.json

This file was deleted.

9 changes: 0 additions & 9 deletions notebooks/_output/api/translations/all.json

This file was deleted.

4 changes: 0 additions & 4 deletions notebooks/_output/api/translations/en.json

This file was deleted.

93 changes: 0 additions & 93 deletions notebooks/_output/bootstrap.js

This file was deleted.

0 comments on commit 7eddb9b

Please sign in to comment.