Add a test which fails on sphinx warning/failure

This commit is contained in:
Daniel Rainer
2025-05-16 03:26:38 +02:00
parent 36f035b52c
commit c2e2237e7c
2 changed files with 34 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- uses: dtolnay/rust-toolchain@1.70
- name: Install deps
run: |
sudo apt install gettext libpcre2-dev python3-pexpect tmux
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
- name: cmake