From b37b57781b7159a831e23ee7dc78850e99d035aa Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Wed, 24 Sep 2025 16:25:53 +0200 Subject: [PATCH] Disable sphinx-markdown-builder in tests again for now Somehow I didn't realize this breaks the tests/checks/sphinx-* tests. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ecee0ad33..0989f1c40 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: sudo apt install gettext libpcre2-dev python3-pexpect python3-sphinx tmux # Generate a locale that uses a comma as decimal separator. sudo locale-gen fr_FR.UTF-8 - - uses: ./.github/actions/install-sphinx-markdown-builder + # - uses: ./.github/actions/install-sphinx-markdown-builder - name: cmake run: | mkdir build && cd build