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 authored and js1tr3 committed Aug 12, 2024
1 parent 031cd44 commit 069d694
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 @@ -213,11 +213,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 069d694

Please sign in to comment.