Skip to content

Commit 7e4e271

Browse files
dgarcia360Bouncheck
authored andcommitted
docs: update theme
(cherry picked from commit efe5101)
1 parent 7099329 commit 7e4e271

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.github/workflows/docs-pages.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ name: "Docs / Publish"
55
on:
66
push:
77
branches:
8-
- scylla-4.x
8+
- scylla-3.x
9+
- 'branch-**'
910
paths:
1011
- 'docs/**'
1112
- 'faq/**'
@@ -19,14 +20,15 @@ jobs:
1920
runs-on: ubuntu-latest
2021
steps:
2122
- name: Checkout
22-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2324
with:
25+
ref: ${{ github.event.repository.default_branch }}
2426
persist-credentials: false
2527
fetch-depth: 0
2628
- name: Set up Python
27-
uses: actions/setup-python@v3
29+
uses: actions/setup-python@v5
2830
with:
29-
python-version: 3.9
31+
python-version: '3.10'
3032
- name: Set up JDK 1.8
3133
uses: actions/setup-java@v1
3234
with:

.github/workflows/docs-pr.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
with:
2323
persist-credentials: false
2424
fetch-depth: 0
2525
- name: Set up Python
26-
uses: actions/setup-python@v3
26+
uses: actions/setup-python@v5
2727
with:
28-
python-version: 3.9
28+
python-version: '3.10'
2929
- name: Set up JDK 1.8
3030
uses: actions/setup-java@v1
3131
with:

docs/pyproject.toml

+1-1
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.3"
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)