Skip to content

Commit

Permalink
docs: update theme
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarcia360 committed Sep 29, 2024
1 parent 582d48e commit 72c636c
Show file tree
Hide file tree
Showing 5 changed files with 1,317 additions and 12 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
Expand Up @@ -5,7 +5,6 @@ Cargo.lock
/docs/_build
/docs/book
/docs/source/.doctrees
/docs/poetry.lock
/docs/_source
.idea
.idea/workspace.xml
1 change: 0 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ pristine: clean
clean:
rm -rf $(BUILDDIR)/*
rm -rf $(SOURCEDIR)/*
rm -f poetry.lock

# Generate output commands
.PHONY: dirhtml
Expand Down
Loading

0 comments on commit 72c636c

Please sign in to comment.