Skip to content

template for incoorporating xs into evolution (#23) #41

template for incoorporating xs into evolution (#23)

template for incoorporating xs into evolution (#23) #41

Workflow file for this run

name: Docs
on:
pull_request:
branches: ['main']
push:
branches: ['main']
workflow_dispatch:
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'
cache: pip
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
python -m pip install -e '.[docs]'
- name: Build docs
run: |
sphinx-build -W -b html docs docs/build/html