Skip to content

docs: mention rpinitiated in the readme #227

docs: mention rpinitiated in the readme

docs: mention rpinitiated in the readme #227

Workflow file for this run

name: docs
on:
push:
branches-ignore:
- 'wip-*'
pull_request:
branches-ignore:
- 'wip-*'
env:
FORCE_COLOR: '1'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- run: |
uv sync --all-groups
uv run sphinx-build docs build/sphinx/html --fail-on-warning