Skip to content

Commit dd9a8e6

Browse files
authored
Merge pull request #2404 from dgarcia360/docs-update-theme-1.8
docs: update theme 1.8
2 parents 2f71d7a + 1bf5b4e commit dd9a8e6

File tree

5 files changed

+1230
-12
lines changed

5 files changed

+1230
-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
@@ -8,7 +8,6 @@ docs/lib/
88
docs/lib64
99
docs/pip-selfcheck.json
1010
docs/.Python
11-
docs/poetry.lock
1211
grafana/build/
1312
CURRENT_VERSION.sh
1413
packer-manifest.json

docs/Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ setupenv:
2424
.PHONY: setup
2525
setup:
2626
$(POETRY) install
27+
28+
.PHONY: update
29+
update:
2730
$(POETRY) update
2831

2932
# Clean commands
@@ -34,7 +37,6 @@ pristine: clean
3437
.PHONY: clean
3538
clean:
3639
rm -rf $(BUILDDIR)/*
37-
rm -f poetry.lock
3840

3941
# Generate output commands
4042
.PHONY: dirhtml

0 commit comments

Comments
 (0)