Skip to content

Commit ac2d4dc

Browse files
authored
Merge pull request #994 from dgarcia360/docs-update-theme-1.7
docs: update theme 1.7
2 parents 1d78cbe + 9b48e01 commit ac2d4dc

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/workflows/docs-pages.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
branches:
88
- main
9+
- 'branch-**'
910
paths:
1011
- "docs/**"
1112
workflow_dispatch:
@@ -16,14 +17,15 @@ jobs:
1617
timeout-minutes: 10
1718
steps:
1819
- name: Checkout
19-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2021
with:
22+
ref: ${{ github.event.repository.default_branch }}
2123
persist-credentials: false
2224
fetch-depth: 0
2325
- name: Set up Python
24-
uses: actions/setup-python@v3
26+
uses: actions/setup-python@v5
2527
with:
26-
python-version: 3.7
28+
python-version: '3.10'
2729
- name: Set up env
2830
run: make -C docs setupenv
2931
- name: Build docs

.github/workflows/docs-pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
timeout-minutes: 10
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
with:
2121
persist-credentials: false
2222
fetch-depth: 0
2323
- name: Set up Python
24-
uses: actions/setup-python@v3
24+
uses: actions/setup-python@v5
2525
with:
26-
python-version: 3.7
26+
python-version: '3.10'
2727
- name: Set up env
2828
run: make -C docs setupenv
2929
- name: Build docs

docs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python = "^3.9"
99
pyyaml = "6.0.1"
1010
pygments = "2.15.1"
1111
redirects_cli ="~0.1.2"
12-
sphinx-scylladb-theme = "~1.6.1"
12+
sphinx-scylladb-theme = "~1.7.2"
1313
sphinx-sitemap = "2.5.1"
1414
sphinx-autobuild = "2021.3.14"
1515
Sphinx = "7.2.6"

0 commit comments

Comments
 (0)