Skip to content

feature: option to initialize site_info with resource data #41

feature: option to initialize site_info with resource data

feature: option to initialize site_info with resource data #41

Workflow file for this run

name: Test Documentation Build
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install dependencies
run: |
pip install ".[develop]"
- name: Build documentation
run: |
jupyter-book build docs/