We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4057130 commit a5ada1bCopy full SHA for a5ada1b
1 file changed
noxfile.py
@@ -26,9 +26,7 @@ def build(session, autobuild=False):
26
27
session.run(
28
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
+ "-j", "auto", # parallelize the build
32
"-b", "html", # use HTML builder
33
"-n", # nitpicky warn about all missing references
34
"-W", # Treat warnings as errors.
0 commit comments