Skip to content

Commit f15d948

Browse files
Switch to single-threaded docs build for now
See pybamm-team#3658 and pydata/pydata-sphinx-theme#1643
1 parent 37978d0 commit f15d948

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
@@ -255,11 +255,11 @@ def build_docs(session):
255255
f"{envbindir}/../tmp/html",
256256
)
257257
# Runs in CI only, treating warnings as errors
258+
# Run in single-threaded mode, see
259+
# https://github.com/pydata/pydata-sphinx-theme/issues/1643
258260
else:
259261
session.run(
260262
"sphinx-build",
261-
"-j",
262-
"auto",
263263
"-b",
264264
"html",
265265
"-W",

0 commit comments

Comments
 (0)