diff --git a/.github/workflows/testing_doc.yml b/.github/workflows/testing_doc.yml index e8b716d..b660a71 100644 --- a/.github/workflows/testing_doc.yml +++ b/.github/workflows/testing_doc.yml @@ -1,14 +1,10 @@ name: Test Sphinx Documentation Build on: - push: - branches: - - "master" - paths: - - 'docs/**' pull_request: branches: - "master" + - "0.2" paths: - 'docs/**' @@ -29,5 +25,4 @@ jobs: - name: Build Sphinx documentation run: | cd docs - make html - + make html SPHINXOPTS="-W"