Skip to content

Commit

Permalink
remove tutorial.py after converting to jupyter notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Mar 11, 2025
1 parent de4ecef commit 160d45a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
uv run --extra docs python -m ipykernel install --name daisy_env --user
uv run --extra docs jupytext --to notebook --execute ./docs/source/notebooks/tutorial.py --output ./docs/source/notebooks/tutorial.ipynb
rm ./docs/source/notebooks/tutorial.py
- name: Build
run: uv run --extra docs sphinx-build docs/source/ docs/build/html -b html
- name: Set permissions
Expand Down

0 comments on commit 160d45a

Please sign in to comment.