Build docs in parallel (#1842) · python/cpython@eba68e2

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit eba68e2

authored

Build docs in parallel (#1842)

1 parent 2e6bb44 commit eba68e2

File tree

1 file changed

+

1

-

1

lines changed

1 file changed

+

1

-

1

lines changed

Lines changed: 1 addition & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -42,7 +42,7 @@ matrix:

4242

# (Updating the version is fine as long as no warnings are raised by doing so.)

4343

- python -m pip install sphinx~=1.6.1

4444

script:

45-

- make check suspicious html SPHINXOPTS="-q -W"

45+

- make check suspicious html SPHINXOPTS="-q -W -j4"

4646

- os: linux

4747

language: c

4848

compiler: gcc

0 commit comments

Comments

 (0)