From b5f5be8314ee4ee5ffe6edf873ebaf15ca917058 Mon Sep 17 00:00:00 2001 From: Dario Coscia Date: Mon, 17 Mar 2025 13:55:52 +0100 Subject: [PATCH] doc test workflow update --- .github/workflows/testing_doc.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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"