diff --git a/pyproject.toml.patch b/pyproject.toml.patch index 44b4c61e2..6e9d97689 100644 --- a/pyproject.toml.patch +++ b/pyproject.toml.patch @@ -1,5 +1,5 @@ diff --git a/pyproject.toml b/pyproject.toml -index 7404d871..3d19827b 100644 +index 088cab32..0d486637 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,20 @@ @@ -25,10 +25,10 @@ index 7404d871..3d19827b 100644 [tool.poetry] name = "eko" -@@ -124,6 +138,12 @@ asv-publish = "asv publish --config benchmarks/asv.conf.json" - asv-show = "asv show --config benchmarks/asv.conf.json" +@@ -129,6 +143,12 @@ asv-show = "asv show --config benchmarks/asv.conf.json" asv-clean = { "shell" = "rm -rf benchmarks/env benchmarks/html benchmarks/results" } asv = ["asv-run", "asv-publish", "asv-preview"] + bump-version = "python crates/bump-versions.py" +compile = "pip install -e crates/eko/" +rdocs.cmd = "cargo doc --workspace --no-deps" +rdocs.env = { RUSTDOCFLAGS = "--html-in-header crates/katex-header.html" }