From 12345e6a36bf0c872fb10070a054fa5fd1a12686 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 7 Sep 2024 13:38:12 +1000 Subject: [PATCH] Bug report --- .github/workflows/docs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4d44c3f..9b48902 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -29,8 +29,12 @@ jobs: run: | python3 -m pip install --upgrade pip python3 -m pip install . + python3 -m pip install -U "sphinx>=5.3" + + - name: Bug report + run: | + python3 -m sphinx --bug-report - name: Docs run: | - python3 -m pip install sphinx python3 -m sphinx.cmd.build --builder html --fail-on-warning --keep-going docs _build/html