From 4c7d16bca84200e90cf45346154b31d1ce9ba45a Mon Sep 17 00:00:00 2001 From: "clemens.fricke" Date: Tue, 23 Jan 2024 09:15:56 +0100 Subject: [PATCH] Fix: remove parallel build bc it conflicts with usec theme --- .github/workflows/docs.yml | 2 +- docs/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c972de502..e5badd60c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,7 +28,7 @@ jobs: - name: Sphinx build run: | - sphinx-build -W -b html docs/source docs/build -j auto + sphinx-build -W -b html docs/source docs/build - name: Deploy uses: peaceiris/actions-gh-pages@v3 diff --git a/docs/Makefile b/docs/Makefile index ef07a9417..1572f992d 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 ?= -j auto +SPHINXOPTS ?= SPHINXBUILD ?= sphinx-build SPHINXAPIDOC ?= sphinx-apidoc MODULEDIR ?= ../gustaf