Skip to content

Commit

Permalink
Use the Debian version to build the documentation
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Mar 13, 2024
1 parent aaf7188 commit 85d1b2d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/other-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.7'

- name: Install Sphinx for the documentation build
run: pip install 'Sphinx'
run: sudo apt install sphinx-doc python3-sphinx

- name: Build the documentation
run: make -C doc html SPHINXOPTS='-n -W -a'
Expand Down

0 comments on commit 85d1b2d

Please sign in to comment.