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