Skip to content

Commit

Permalink
Fix warning pydata_sphinx_theme is not setup for parallel writing
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Feb 26, 2024
1 parent 07e90d8 commit dcc690b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dcc690b

Please sign in to comment.