Skip to content

Update the documentation to support v2.4 #8

Update the documentation to support v2.4

Update the documentation to support v2.4 #8

Workflow file for this run

name: Documentation Build Check
on:
pull_request:
branches:
- main
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r ./requirements.txt
- name: Build the Documentation
run: |
make html