Skip to content

Bump black from 24.4.0 to 24.10.0 #185

Bump black from 24.4.0 to 24.10.0

Bump black from 24.4.0 to 24.10.0 #185

Workflow file for this run

name: "Docs"
on:
- pull_request
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install documentation requirements
run: "pip install .[docs] && pip install sphinx_design"
- name: Build docs
run: "make -C doc html"
- name: Build landing-page
run: "make -C doc/landing-page html"