Skip to content

Commit

Permalink
rust: Fix pyproject patch
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed May 21, 2024
1 parent 5dc8835 commit 0cb7087
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml.patch
Original file line number Diff line number Diff line change
@@ -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 @@
Expand All @@ -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" }
Expand Down

0 comments on commit 0cb7087

Please sign in to comment.