Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme myst_parser sphinx-autoapi ipython
pip install sphinx sphinx_rtd_theme myst_parser sphinx-autoapi ipython sphinx-gallery
pip install .[dev]

- name: List files
Expand Down Expand Up @@ -45,3 +45,9 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/_build/html
force_orphan: true

- name: Upload documentation artifact
uses: actions/upload-artifact@v4
with:
name: sphinx-html
path: docs/_build/html
6 changes: 3 additions & 3 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ latexpdf-noplot:

clean:
rm -rf $(BUILDDIR)/*
rm -rf source/auto_examples/
rm -rf source/auto_tutorials/
rm -rf source/api/
# rm -rf auto_examples/
rm -rf auto_tutorials/
rm -rf api/
Binary file added docs/auto_examples/auto_examples_jupyter.zip
Binary file not shown.
Binary file added docs/auto_examples/auto_examples_python.zip
Binary file not shown.
Loading