Skip to content

Commit

Permalink
upgrade crate docs version and docs build python version (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
plaharanne authored Apr 11, 2024
1 parent 3500af3 commit 6f415ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 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
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.11
- name: Build docs
run: |
cd docs && make check
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 docs build action Python version to 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"
}

0 comments on commit 6f415ff

Please sign in to comment.