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 f1b6312 commit f621995Copy full SHA for f621995
.github/workflows/docs.yml
@@ -32,7 +32,7 @@ jobs:
32
poetry run sphinx-apidoc -f -o ./source ../scaleway
33
poetry run sphinx-apidoc -f -o ./source ../scaleway-async
34
- name: Generate documentation
35
- run: poetry run sphinx-build -b html ./ ./_build
+ run: poetry run sphinx-build --jobs auto -b html ./ ./_build
36
- name: Deploy to GitHub Pages
37
uses: peaceiris/actions-gh-pages@v4
38
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
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 ?=
+SPHINXOPTS ?= --jobs auto
7
SPHINXBUILD ?= sphinx-build
8
SOURCEDIR = .
9
BUILDDIR = _build
0 commit comments