Skip to content

Commit

Permalink
upgrade crate docs version and docs build python version
Browse files Browse the repository at this point in the history
  • Loading branch information
plaharanne committed Apr 10, 2024
1 parent 3500af3 commit 0f24e91
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
os: [ubuntu-latest, macos-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.11
- name: Build docs
run: |
cd docs && make check
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
strategy:
matrix:
python-version:
- 3.8
- 3.11
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand All @@ -31,7 +31,7 @@ jobs:
run: |
python -m pip install --upgrade pip pre-commit
- name: Restore pre-commit hooks from cache
uses: actions/cache@v1
uses: actions/cache@v4
id: restore-pre-commit-hooks
with:
path: ~/.cache/pre-commit
Expand All @@ -57,7 +57,7 @@ jobs:
- '3.11'
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v4
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.11
- name: Install setuptools and wheel
run: |
python -m pip install --upgrade pip setuptools wheel
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Unreleased

- Update doc for ``clusters restart-node`` because it is not superuser only anymore.

- Upgrade CI actions to Python 3.11.

1.11.0 - 2024/03/12
===================

Expand Down
2 changes: 1 addition & 1 deletion docs/build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"schemaVersion": 1,
"label": "docs build",
"message": "2.1.1"
"message": "2.1.2"
}
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.
crate-docs-theme
crate-docs-theme==0.31.0
sphinx-argparse==0.4.0

0 comments on commit 0f24e91

Please sign in to comment.