Skip to content

Commit b781d62

Browse files
committed
Fix
1 parent f621995 commit b781d62

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
@@ -32,7 +32,7 @@ jobs:
3232
poetry run sphinx-apidoc -f -o ./source ../scaleway
3333
poetry run sphinx-apidoc -f -o ./source ../scaleway-async
3434
- name: Generate documentation
35-
run: poetry run sphinx-build --jobs auto -b html ./ ./_build
35+
run: poetry run sphinx-build -j auto -b html ./ ./_build
3636
- name: Deploy to GitHub Pages
3737
uses: peaceiris/actions-gh-pages@v4
3838
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}

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 ?= --jobs auto
6+
SPHINXOPTS ?= -j auto
77
SPHINXBUILD ?= sphinx-build
88
SOURCEDIR = .
99
BUILDDIR = _build

0 commit comments

Comments
 (0)