Skip to content

Commit 72c636c

Browse files
committed
docs: update theme
1 parent 582d48e commit 72c636c

File tree

5 files changed

+1317
-12
lines changed

5 files changed

+1317
-12
lines changed

.github/dependabot.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/docs"
5+
schedule:
6+
interval: "daily"
7+
ignore:
8+
- dependency-name: "*"
9+
allow:
10+
- dependency-name: "sphinx-scylladb-theme"
11+
- dependency-name: "sphinx-multiversion-scylla"

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Cargo.lock
55
/docs/_build
66
/docs/book
77
/docs/source/.doctrees
8-
/docs/poetry.lock
98
/docs/_source
109
.idea
1110
.idea/workspace.xml

docs/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ pristine: clean
3838
clean:
3939
rm -rf $(BUILDDIR)/*
4040
rm -rf $(SOURCEDIR)/*
41-
rm -f poetry.lock
4241

4342
# Generate output commands
4443
.PHONY: dirhtml

0 commit comments

Comments
 (0)