Skip to content

Commit 9d44126

Browse files
committed
docs: update theme
1 parent 3eed07c commit 9d44126

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/workflows/docs-pages.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
branches:
88
- scylla-3.x
9+
- 'branch-**'
910
paths:
1011
- 'docs/**'
1112
- 'faq/**'
@@ -19,14 +20,15 @@ jobs:
1920
runs-on: ubuntu-20.04
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-20.04
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
@@ -10,7 +10,7 @@ pyyaml = "6.0.1"
1010
pygments = "2.15.1"
1111
recommonmark = "0.7.1"
1212
redirects_cli ="~0.1.3"
13-
sphinx-scylladb-theme = "~1.6.1"
13+
sphinx-scylladb-theme = "~1.7.2"
1414
sphinx-sitemap = "2.5.1"
1515
sphinx-autobuild = "2021.3.14"
1616
Sphinx = "7.2.6"

0 commit comments

Comments
 (0)