Skip to content

Commit

Permalink
Merge pull request #1081 from dgarcia360/docs-update-theme-1.8
Browse files Browse the repository at this point in the history
docs: update theme 1.8
  • Loading branch information
Lorak-mmk authored Oct 8, 2024
2 parents 92254fe + 50963fb commit 4aa7305
Show file tree
Hide file tree
Showing 5 changed files with 1,321 additions and 13 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 @@ -5,7 +5,6 @@ Cargo.lock
/docs/_build
/docs/book
/docs/source/.doctrees
/docs/poetry.lock
/docs/_source
.idea
.idea/workspace.xml
6 changes: 4 additions & 2 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ setupenv:
.PHONY: setup
setup:
$(POETRY) install
$(POETRY) update
mkdir -p $(SOURCEDIR)
cp -RL source/* $(SOURCEDIR)
python _utils/prepare_sphinx_source.py _source

.PHONY: update
update:
$(POETRY) update

# Clean commands
.PHONY: pristine
pristine: clean
Expand All @@ -38,7 +41,6 @@ pristine: clean
clean:
rm -rf $(BUILDDIR)/*
rm -rf $(SOURCEDIR)/*
rm -f poetry.lock

# Generate output commands
.PHONY: dirhtml
Expand Down
Loading

0 comments on commit 4aa7305

Please sign in to comment.