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 Nov 19, 2024
2 parents 8790842 + f5b3cf2 commit 9148217
Show file tree
Hide file tree
Showing 6 changed files with 1,235 additions and 17 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"
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/__pycache__
/env
docs/poetry.lock
docs/_build
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
setup:
$(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 9148217

Please sign in to comment.