Skip to content

Commit

Permalink
Merge pull request #98 from dgarcia360/docs-update-theme-1.8
Browse files Browse the repository at this point in the history
docs: update theme
  • Loading branch information
dkropachev authored Sep 29, 2024
2 parents fa0f270 + 90fe4a8 commit ddbb3f6
Show file tree
Hide file tree
Showing 5 changed files with 1,432 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 @@ -57,7 +57,6 @@ docs/_build
docs/source/.doctrees
docs/_source
docs/source/api
docs/poetry.lock
doxygen
# editor
*.swp
Expand Down
1 change: 0 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ clean:
rm -rf $(BUILDDIR)/*
rm -rf $(SOURCEDIR)/*
rm -rf $(DOXYGENDIR)/*
rm -f poetry.lock

# Generate output commands
.PHONY: dirhtml
Expand Down
Loading

0 comments on commit ddbb3f6

Please sign in to comment.