Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove site-requirements.txt #465

Merged
merged 1 commit into from
Jan 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading