Skip to content

feat(arduino): Add support for C2, C61 and fix deprecated commands #561

feat(arduino): Add support for C2, C61 and fix deprecated commands

feat(arduino): Add support for C2, C61 and fix deprecated commands #561

Workflow file for this run

name: Test Build Docs
on:
pull_request:
paths:
- "**.py"
- "docs/**"
- "*.md"
jobs:
test-build-docs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.10"
- name: Install dependencies
run: |
bash foreach.sh install
pip install -r docs/requirements.txt
- name: Test build docs
run: |
cd docs && make html SPHINXOPTS="-W"