diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c3d15dd..3807260a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,4 +50,4 @@ jobs: - name: Install documentation build dependencies run: pip install -r requirements.txt - name: Build the docs - run: make html + run: make html SPHINXOPTS="-W"