quartodoc integration

This commit is contained in:
Dan Saunders
2025-03-14 16:16:07 +00:00
committed by Dan Saunders
parent c907ac173e
commit e4fd7aad0b
18 changed files with 1005 additions and 1 deletions

View File

@@ -22,7 +22,9 @@ jobs:
python-version: '3.11'
- name: install dependencies
run: |
python3 -m pip install jupyter
python3 -m pip install jupyter quartodoc
python3 -m pip install -e .
python3 scripts/generate_docs.py
- name: Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
with: