Skip to content

Commit

Permalink
docs: update theme 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zseta authored May 8, 2024
2 parents b28c67c + 4bedf48 commit 19c7f5c
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 78 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/docs-amplify-enhanced.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/docs-links.yaml

This file was deleted.

8 changes: 5 additions & 3 deletions .github/workflows/docs-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- master
- 'branch-**'
paths:
- "docs/**"
workflow_dispatch:
Expand All @@ -15,14 +16,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.repository.default_branch }}
persist-credentials: false
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: '3.10'
- name: Set up env
run: make -C docs setupenv
- name: Build docs
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docs-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: '3.10'
- name: Set up env
run: make -C docs setupenv
- name: Build docs
Expand Down
5 changes: 0 additions & 5 deletions .lycheeignore

This file was deleted.

15 changes: 0 additions & 15 deletions amplify.yml

This file was deleted.

2 changes: 1 addition & 1 deletion docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python = "^3.9"
pyyaml = "6.0.1"
pygments = "2.15.1"
redirects_cli ="~0.1.2"
sphinx-scylladb-theme = "~1.6.1"
sphinx-scylladb-theme = "~1.7.2"
sphinx-sitemap = "2.5.1"
sphinx-autobuild = "2021.3.14"
Sphinx = "7.2.6"
Expand Down

0 comments on commit 19c7f5c

Please sign in to comment.