We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582d48e commit 72c636cCopy full SHA for 72c636c
.github/dependabot.yml
@@ -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
@@ -5,7 +5,6 @@ Cargo.lock
/docs/_build
/docs/book
/docs/source/.doctrees
-/docs/poetry.lock
/docs/_source
.idea
.idea/workspace.xml
docs/Makefile
@@ -38,7 +38,6 @@ pristine: clean
38
clean:
39
rm -rf $(BUILDDIR)/*
40
rm -rf $(SOURCEDIR)/*
41
- rm -f poetry.lock
42
43
# Generate output commands
44
.PHONY: dirhtml
0 commit comments