Skip to content

Refactor for Python 3.8-3.9 compatibility #508

Refactor for Python 3.8-3.9 compatibility

Refactor for Python 3.8-3.9 compatibility #508

name: Build the documentation
on:
pull_request:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout the branch
uses: actions/[email protected]
with:
persist-credentials: false
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
python-version: "3.10"
- name: Build the documentation with Sphinx
run: |
pip install -r requirements-doc.txt
sphinx-build -b html docs/source docs/build/html