Skip to content

Commit

Permalink
Switch to single-threaded docs build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jan 23, 2024
1 parent 37978d0 commit f15d948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,11 @@ def build_docs(session):
f"{envbindir}/../tmp/html",
)
# Runs in CI only, treating warnings as errors
# Run in single-threaded mode, see
# https://github.com/pydata/pydata-sphinx-theme/issues/1643
else:
session.run(
"sphinx-build",
"-j",
"auto",
"-b",
"html",
"-W",
Expand Down

0 comments on commit f15d948

Please sign in to comment.