Skip to content

Commit 71c5cb6

Browse files
authored
Merge branch 'main' into dependabot/pip/scaleway-core/ruff-0.12.4
2 parents 533b902 + bb36b65 commit 71c5cb6

File tree

3 files changed

+37
-37
lines changed

3 files changed

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

scaleway-async/poetry.lock

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)