Skip to content

Commit 18e84fe

Browse files
committed
include core and async
1 parent 58031de commit 18e84fe

File tree

177 files changed

+59318
-425
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+59318
-425
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
poetry --version
2727
- name: Install dependencies and library
2828
run: poetry install --no-root
29-
- name: Generate documentation sources
30-
run: |
31-
poetry run sphinx-apidoc -f -o ./source ../scaleway-core
32-
poetry run sphinx-apidoc -f -o ./source ../scaleway
33-
poetry run sphinx-apidoc -f -o ./source ../scaleway-async
29+
# - name: Generate documentation sources
30+
# run: |
31+
# poetry run sphinx-apidoc -f -o ./source ../scaleway-core
32+
# poetry run sphinx-apidoc -f -o ./source ../scaleway
33+
# 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 make html
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/_build/html/_sources/guide/modules.rst.txt

docs/_build/html/_sources/guide/scaleway.account.rst.txt

docs/_build/html/_sources/guide/scaleway.account.v2.rst.txt

docs/_build/html/_sources/guide/scaleway.account.v3.rst.txt

docs/_build/html/_sources/guide/scaleway.applesilicon.rst.txt

docs/_build/html/_sources/guide/scaleway.applesilicon.v1alpha1.rst.txt

docs/_build/html/_sources/guide/scaleway.audit_trail.rst.txt

docs/_build/html/_sources/guide/scaleway.audit_trail.v1alpha1.rst.txt

docs/_build/html/_sources/guide/scaleway.baremetal.rst.txt

0 commit comments

Comments
 (0)