Skip to content

Commit

Permalink
ci: enquiet the sphinx build for old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhart committed Nov 18, 2024
1 parent a20a967 commit d9c2eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
mkdir docs/_build/doxyxml
git checkout -f $TAG
python -m pip install --no-deps -e .
sphinx-build -b html docs/ out/releases/$TAG
sphinx-build -Q -b html docs/ out/releases/$TAG
done
- name: Upload artifact
Expand Down

0 comments on commit d9c2eb6

Please sign in to comment.