Skip to content

Commit cd3f1c4

Browse files
authored
fix: workflow python version (#1075)
1 parent b303775 commit cd3f1c4

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/docs-pages.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Python
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: 3.10
27+
python-version: '3.10'
2828

2929
- name: Set up env
3030
run: make -C docs setupenv

.github/workflows/docs-pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python
2323
uses: actions/setup-python@v5
2424
with:
25-
python-version: 3.7
25+
python-version: '3.10'
2626

2727
- name: Set up env
2828
run: make -C docs setupenv

docs/source/upgrade/1-6-to-1-7.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Here are the main breaking changes between the 1.6 and 1.7 versions.
4444
- name: Set up Python
4545
uses: actions/setup-python@v5
4646
with:
47-
python-version: 3.10
47+
python-version: '3.10'
4848
- name: Set up env
4949
(...)
5050

docs/source/upgrade/CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 1.7.1 - 5 Apr 2024
8+
## 1.7.1 - 12 Apr 2024
99

1010
### Added
1111

1212
- [#1023](https://github.com/scylladb/sphinx-scylladb-theme/pull/1023): Added functionality to trigger documentation publications when updates are made to previous versions.
13-
- [#1059](https://github.com/scylladb/sphinx-scylladb-theme/pull/1059): Introduced an option to open topic boxes in the same tab.
1413
- [#1058](https://github.com/scylladb/sphinx-scylladb-theme/pull/1058): Added new button styles to the hero box.
14+
- [#1059](https://github.com/scylladb/sphinx-scylladb-theme/pull/1059): Introduced an option to open topic boxes in the same tab.
15+
- [#1069](https://github.com/scylladb/sphinx-scylladb-theme/pull/1069): Adds the option to exclude ``doctools.js`` per page to make the theme compatible with Swagger UI.
1516

1617
### Updated
1718

0 commit comments

Comments
 (0)