Skip to content

Commit

Permalink
Merge pull request #6 from dgarcia360/docs-update-theme-1.7.2
Browse files Browse the repository at this point in the history
docs: update theme 1.7
  • Loading branch information
danielhe4rt authored Jun 25, 2024
2 parents 43cdacd + 221fe99 commit 757de9c
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 70 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.

3 changes: 2 additions & 1 deletion .github/workflows/docs-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- main
- 'branch-**'
paths:
- "docs/**"
workflow_dispatch:
Expand All @@ -23,7 +24,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: '3.10'

- name: Set up env
run: make -C docs setupenv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
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
1 change: 0 additions & 1 deletion .lycheeignore

This file was deleted.

15 changes: 0 additions & 15 deletions amplify.yaml

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 @@ -8,7 +8,7 @@ authors = ["ScyllaDB Documentation Contributors"]
python = "^3.9"
pyyaml = "6.0.1"
pygments = "2.15.1"
sphinx-scylladb-theme = "~1.6.1"
sphinx-scylladb-theme = "~1.7.2"
sphinx-autobuild = "2021.3.14"
Sphinx = "7.2.6"
sphinx-multiversion-scylla = "~0.3.1"
Expand Down

0 comments on commit 757de9c

Please sign in to comment.