Merge branch 'QA_5_2'

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
This commit is contained in:
Maurício Meneghini Fauth 2024-09-19 10:49:38 -03:00
commit bdefaf461b
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8

View File

@ -19,7 +19,9 @@ jobs:
uses: actions/checkout@v4
- name: Install Sphinx for the documentation build
run: sudo apt install sphinx-doc python3-sphinx
run: |
sudo apt-get update
sudo apt-get install -y sphinx-doc python3-sphinx
- name: Build the documentation
run: make -C docs html SPHINXOPTS='-n -W -a'