Skip to content

Commit

Permalink
chore: remove site-requirements.txt (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Jan 18, 2025
1 parent 7b75f56 commit ee00aee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ all:
@echo "Run my targets individually!"

.PHONY: site
site: site-requirements.txt
uvx --with-requirements $< mkdocs build
site:
uv run --no-project --only-group docs mkdocs build

.PHONY: site-live
site-live: site-requirements.txt
uvx --with-requirements $< mkdocs serve
site-live:
uv run --no-project --only-group docs mkdocs serve

.PHONY: snippets
snippets: trophies sponsors
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ build-backend = "maturin"

[tool.maturin]
bindings = "bin"

[dependency-groups]
docs = ["mkdocs ~= 1.6", "mkdocs-material[imaging] ~= 9.5"]
2 changes: 0 additions & 2 deletions site-requirements.txt

This file was deleted.

0 comments on commit ee00aee

Please sign in to comment.