Skip to content

Commit

Permalink
ENH: Make the documentation build be permissive with warnings
Browse files Browse the repository at this point in the history
Make the documentation build be permissive with warnings: remove the `W`
flag to avoid treating warnings as errors.

Warnings will still be reported in the GHA workflow build log.
  • Loading branch information
jhlegarreta committed Dec 10, 2024
1 parent 399e5a8 commit c70f067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Build docs
run: |
make -C doc/ SPHINXOPTS="-W -v" BUILDDIR="$HOME/docs" OUTDIR="$HOME/html" html
make -C doc/ SPHINXOPTS="-v" BUILDDIR="$HOME/docs" OUTDIR="$HOME/html" html

0 comments on commit c70f067

Please sign in to comment.