Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
This commit is contained in:
commit
bdefaf461b
4
.github/workflows/other-tools.yml
vendored
4
.github/workflows/other-tools.yml
vendored
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user