Skip to content

Commit 2288c63

Browse files
authored
Merge branch 'main' into dependabot/pip/scaleway-async/ruff-0.12.4
2 parents b108e3e + 9b1f4e6 commit 2288c63

File tree

8 files changed

+141
-103
lines changed

8 files changed

+141
-103
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

docs/poetry.lock

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

scaleway-async/poetry.lock

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

scaleway-core/poetry.lock

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

scaleway-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ python-dateutil = "^2.8.2"
3030

3131
[tool.poetry.group.dev.dependencies]
3232
types-python-dateutil = "^2.8.19"
33-
ruff = ">=0.5.0,<0.12.2"
33+
ruff = ">=0.5.0,<0.12.5"
3434
mypy = "^1.5.1"
3535

3636
[build-system]

scaleway/poetry.lock

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

scaleway/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ scaleway-core = "*"
2828

2929
[tool.poetry.group.dev.dependencies]
3030
scaleway-core = { path = "../scaleway-core", develop = true }
31-
ruff = ">=0.5.0,<0.12.2"
31+
ruff = ">=0.5.0,<0.12.5"
3232
mypy = "^1.5.1"
3333

3434
[build-system]

0 commit comments

Comments
 (0)