Skip to content

Commit 9da5485

Browse files
Fix: remove parallel build bc it conflicts with usec theme
1 parent 1798e64 commit 9da5485

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Sphinx build
3030
run: |
31-
sphinx-build -W -b html docs/source docs/build -j auto
31+
sphinx-build -W -b html docs/source docs/build
3232
3333
- name: Deploy
3434
uses: peaceiris/actions-gh-pages@v3

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# You can set these variables from the command line, and also
55
# from the environment for the first two.
6-
SPHINXOPTS ?= -j auto
6+
SPHINXOPTS ?=
77
SPHINXBUILD ?= sphinx-build
88
SPHINXAPIDOC ?= sphinx-apidoc
99
MODULEDIR ?= ../gustaf

0 commit comments

Comments
 (0)