Skip to content

Commit a5ada1b

Browse files
committed
Enable parallelizm in Sphinx
1 parent 4057130 commit a5ada1b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

noxfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ def build(session, autobuild=False):
2626

2727
session.run(
2828
command, *extra_args,
29-
# FIXME: uncomment once the theme is fixed
30-
# Ref: https://github.com/pypa/pypa-docs-theme/issues/17
31-
# "-j", "auto", # parallelize the build
29+
"-j", "auto", # parallelize the build
3230
"-b", "html", # use HTML builder
3331
"-n", # nitpicky warn about all missing references
3432
"-W", # Treat warnings as errors.

0 commit comments

Comments
 (0)