Skip to content

Commit

Permalink
WIP: Crank up sphinx's output for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Oct 26, 2023
1 parent 1bea17d commit df7cb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
run: |
set -e -o pipefail
pushd docs
make overridecheck html O=-W 2>&1 | tee ../build.log && popd || (popd && false)
make overridecheck html O="-W -vvv" 2>&1 | tee ../build.log && popd || (popd && false)
- name: Run link checker
# Running linkchecker separately so that we avoid problems with vendored LICENSE
Expand Down

0 comments on commit df7cb0b

Please sign in to comment.