Skip to content

Commit 069d694

Browse files
agriyakhetarpaljs1tr3
authored andcommitted
Switch to single-threaded docs build for now
See pybamm-team#3658 and pydata/pydata-sphinx-theme#1643
1 parent 031cd44 commit 069d694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,11 @@ def build_docs(session):
213213
f"{envbindir}/../tmp/html",
214214
)
215215
# Runs in CI only, treating warnings as errors
216+
# Run in single-threaded mode, see
217+
# https://github.com/pydata/pydata-sphinx-theme/issues/1643
216218
else:
217219
session.run(
218220
"sphinx-build",
219-
"-j",
220-
"auto",
221221
"-b",
222222
"html",
223223
"-W",

0 commit comments

Comments
 (0)