Skip to content

Commit 0918f6d

Browse files
authored
Try parallel Sphinx builds and hide progress
1 parent 853d05f commit 0918f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: pip install -r _build/.requirements.txt
4242

4343
- name: "Build documentation"
44-
run: make -C _build SPHINXOPTS=-nW html
44+
run: make -C _build SPHINXOPTS="-nqW -j2" html
4545

4646
doctor-rst:
4747
name: DOCtor-RST

0 commit comments

Comments
 (0)