Skip to content

Commit f112165

Browse files
dgarcia360fruch
authored andcommitted
docs: update theme 1.8
1 parent 6f26306 commit f112165

File tree

5 files changed

+1599
-11
lines changed

5 files changed

+1599
-11
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ dist
1414
nosetests.xml
1515
cover/
1616
docs/_build/
17-
docs/poetry.lock
1817
tests/integration/ccm
1918
setuptools*.tar.gz
2019
setuptools*.egg

docs/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ pristine: clean
3535
.PHONY: clean
3636
clean:
3737
rm -rf $(BUILDDIR)/*
38-
rm -f poetry.lock
3938

4039
# Generate output commands
4140
.PHONY: dirhtml

0 commit comments

Comments
 (0)