From 8b5530da55bd39086892f12ab9e4bbb677725349 Mon Sep 17 00:00:00 2001 From: Alessandro Cosentino Date: Tue, 5 Nov 2024 17:55:21 +0100 Subject: [PATCH] Distribute docs build over number of CPUs --- AUTHORS | 1 + docs/Makefile | 2 +- requirements/requirements-dev.txt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index d253a68a5b..37244e02e8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -59,3 +59,4 @@ Vladimir Kozhukalov Francesc Sabater Emiliano Godinez Tommy Nguyen +Alessandro Cosentino diff --git a/docs/Makefile b/docs/Makefile index 7d4f27870e..4e6f1d14e1 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -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 diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 798ec58460..3aa8cc90a0 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -28,4 +28,4 @@ bqskit==1.1.1 seaborn==0.13.0 stim==1.13.0 stimcirq==1.13.0 -pyqrack==1.31.1 \ No newline at end of file +pyqrack==1.31.1