Skip to content

Fix build error with Qt >= 6.5 (fixes #128) #8

Fix build error with Qt >= 6.5 (fixes #128)

Fix build error with Qt >= 6.5 (fixes #128) #8

Workflow file for this run

name: Documentation
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt install -y python3-sphinx
- run: make -C docs html