Skip to content

Commit

Permalink
[docs] Build serial.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Jan 19, 2024
1 parent 380ab0b commit 7333cc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,12 @@ tests win:
script:
- pytest

# Remove -j 1 when this is resolved:
# https://github.com/pydata/pydata-sphinx-theme/issues/1643
.docs-script: &docs-script
- make setup_devcontainer
- source .venv-devcontainer/bin/activate
- make docs SPHINXOPTS="-W --keep-going -n -j auto"
- make docs SPHINXOPTS="-W --keep-going -n -j 1"
- mv docs/_build/html public

docs preview:
Expand Down

0 comments on commit 7333cc4

Please sign in to comment.