Skip to content

ENH: fix support for Python limited API / stable ABI wheels #438

ENH: fix support for Python limited API / stable ABI wheels

ENH: fix support for Python limited API / stable ABI wheels #438

Workflow file for this run

# SPDX-FileCopyrightText: 2022 The meson-python developers
#
# SPDX-License-Identifier: MIT
name: docs
on:
push:
pull_request:
branches:
- main
- release-*
paths:
- docs/**
- CHANGELOG.rst
- README.md
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- uses: actions/checkout@v3
- run: python -m pip install .[docs]
- run: python -m sphinx docs/ build/docs/