Skip to content

Add support for specifying tuple element names #108

Add support for specifying tuple element names

Add support for specifying tuple element names #108

Workflow file for this run

name: Docs CI
permissions:
contents: read
on:
push:
branches: ["main"]
paths:
- "docs/**"
- "mkdocs.yml"
pull_request:
branches: ["main"]
paths:
- "docs/**"
- "mkdocs.yml"
jobs:
validate-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Setup Python
id: installpython
uses: actions/setup-python@v6
with:
python-version: "3.13"
- name: Build HTML with mkdocs (strict)
run: |
python -m pip install -r docs/requirements.txt
python -m mkdocs build -s