Skip to content

Bump the python-dependencies group across 1 directory with 8 updates #121

Bump the python-dependencies group across 1 directory with 8 updates

Bump the python-dependencies group across 1 directory with 8 updates #121

name: Build Documentation
on:
pull_request:
branches:
- master
workflow_dispatch:
permissions: {}
jobs:
build-documentation:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected]
- name: Install Python
uses: actions/[email protected]
with:
cache: 'pip'
check-latest: true
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements-docs.txt
- name: Build documentation
env:
SPHINXOPTS: -T -W --keep-going
run: make -C docs html