Skip to content

Commit

Permalink
docs: update theme 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zseta authored Oct 8, 2024
2 parents 6b36a33 + 8e21907 commit e8467c6
Show file tree
Hide file tree
Showing 6 changed files with 498 additions and 242 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/docs"
schedule:
interval: "daily"
ignore:
- dependency-name: "*"
allow:
- dependency-name: "sphinx-scylladb-theme"
- dependency-name: "sphinx-multiversion-scylla"
6 changes: 2 additions & 4 deletions .github/workflows/docs-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
- master
paths:
- "docs/**"
- 'branch-**'
workflow_dispatch:

jobs:
Expand All @@ -21,7 +20,6 @@ jobs:
ref: ${{ github.event.repository.default_branch }}
persist-credentials: false
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v5
with:
Expand All @@ -45,7 +43,7 @@ jobs:
.
- name: Upload artifact
uses: actions/upload-artifact@main
uses: actions/upload-artifact@v4.4.0
with:
name: github-pages
path: ${{ runner.temp }}/artifact.tar
Expand All @@ -71,4 +69,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4
4 changes: 3 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ setupenv:
.PHONY: setup
setup:
$(POETRY) install

.PHONY: update
update:
$(POETRY) update

# Clean commands
Expand All @@ -34,7 +37,6 @@ pristine: clean
.PHONY: clean
clean:
rm -rf $(BUILDDIR)/*
rm -f poetry.lock

# Generate output commands
.PHONY: dirhtml
Expand Down
Loading

0 comments on commit e8467c6

Please sign in to comment.