Skip to content

Commit

Permalink
Distribute docs build over number of CPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
cosenal committed Nov 5, 2024
1 parent c0688d8 commit 8b5530d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ Vladimir Kozhukalov
Francesc Sabater
Emiliano Godinez
Tommy Nguyen
Alessandro Cosentino
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXOPTS ?= -j auto
SPHINXBUILD ?= sphinx-build
SOURCEDIR = source
BUILDDIR = build
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ bqskit==1.1.1
seaborn==0.13.0
stim==1.13.0
stimcirq==1.13.0
pyqrack==1.31.1
pyqrack==1.31.1

0 comments on commit 8b5530d

Please sign in to comment.