We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7b413 commit 57d613fCopy full SHA for 57d613f
noxfile.py
@@ -26,6 +26,9 @@ 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
32
"-b", "html", # use HTML builder
33
"-W", # Treat warnings as errors.
34
"source", # where the rst files are located
0 commit comments