Skip to content

Commit 7333cc4

Browse files
committed
[docs] Build serial.
See pydata/pydata-sphinx-theme#1643.
1 parent 380ab0b commit 7333cc4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitlab-ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,12 @@ tests win:
6464
script:
6565
- pytest
6666

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

7375
docs preview:

0 commit comments

Comments
 (0)