Skip to content

LwIpIntfDev.end() - check _started to prevent crash #719

LwIpIntfDev.end() - check _started to prevent crash

LwIpIntfDev.end() - check _started to prevent crash #719

Workflow file for this run

# Ensure Sphinx can build the documentation properly.
name: Documentation
on:
pull_request:
permissions:
contents: read
jobs:
documentation:
name: Sphinx build
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Build documentation
run: |
pip install --user -r doc/requirements.txt
bash ./tests/ci/build_docs.sh