We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1798e64 commit 9da5485Copy full SHA for 9da5485
.github/workflows/docs.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Sphinx build
30
run: |
31
- sphinx-build -W -b html docs/source docs/build -j auto
+ sphinx-build -W -b html docs/source docs/build
32
33
- name: Deploy
34
uses: peaceiris/actions-gh-pages@v3
docs/Makefile
@@ -3,7 +3,7 @@
3
4
# You can set these variables from the command line, and also
5
# from the environment for the first two.
6
-SPHINXOPTS ?= -j auto
+SPHINXOPTS ?=
7
SPHINXBUILD ?= sphinx-build
8
SPHINXAPIDOC ?= sphinx-apidoc
9
MODULEDIR ?= ../gustaf
0 commit comments