From dcc690b8b1995fdad54b1deead4e196abd165996 Mon Sep 17 00:00:00 2001 From: Maximilian Linhoff Date: Mon, 26 Feb 2024 15:09:42 +0100 Subject: [PATCH] Fix warning pydata_sphinx_theme is not setup for parallel writing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2056bc0..b572c0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: python -c 'import ctapipe_io_zfits ; print(ctapipe_io_zfits.__version__)' - name: Build docs - run: make -C docs html SPHINXOPTS="-W --keep-going --color -j auto" + run: make -C docs html SPHINXOPTS="-W --keep-going --color" - name: Deploy to github pages # only run on push to master