Skip to content

Commit 0ab7128

Browse files
dgarcia360fruch
authored andcommitted
docs: update theme
1 parent 7cdc1ca commit 0ab7128

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
- master
9+
- 'branch-**'
910
paths:
1011
- "docs/**"
1112
workflow_dispatch:
@@ -15,14 +16,15 @@ jobs:
1516
runs-on: ubuntu-latest
1617
steps:
1718
- name: Checkout
18-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
1920
with:
21+
ref: ${{ github.event.repository.default_branch }}
2022
persist-credentials: false
2123
fetch-depth: 0
2224
- name: Set up Python
23-
uses: actions/setup-python@v3
25+
uses: actions/setup-python@v5
2426
with:
25-
python-version: 3.9
27+
python-version: '3.10'
2628
- name: Set up env
2729
run: make -C docs setupenv
2830
- name: Build driver

.github/workflows/docs-pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
with:
1919
persist-credentials: false
2020
fetch-depth: 0
2121
- name: Set up Python
22-
uses: actions/setup-python@v3
22+
uses: actions/setup-python@v5
2323
with:
24-
python-version: 3.9
24+
python-version: '3.10'
2525
- name: Set up env
2626
run: make -C docs setupenv
2727
- name: Build driver

docs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ recommonmark = "0.7.1"
1717
redirects_cli ="~0.1.2"
1818
sphinx-autobuild = "2021.3.14"
1919
sphinx-sitemap = "2.5.1"
20-
sphinx-scylladb-theme = "~1.6.1"
20+
sphinx-scylladb-theme = "~1.7.2"
2121
sphinx-multiversion-scylla = "~0.3.1"
2222
Sphinx = "7.2.6"
2323
scales = "^1.0.9"

0 commit comments

Comments
 (0)