Skip to content

Commit

Permalink
docs: Symlink katex header in individual crates
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed May 21, 2024
1 parent a7ad7d0 commit b7df850
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/bump-versions.nu
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cd ..

let version = "0.1.1-alpha.2"
let version = "0.1.1-alpha.3"

open Cargo.toml | update workspace.package.version $version
| collect { save -f Cargo.toml }
Expand Down
2 changes: 1 addition & 1 deletion crates/eko/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version.workspace = true
version.workspace = true

[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "crates/katex-header.html"]
rustdoc-args = ["--html-in-header", "katex-header.html"]

[lib]
name = "ekors"
Expand Down
1 change: 1 addition & 0 deletions crates/eko/katex-header.toml
2 changes: 1 addition & 1 deletion crates/ekore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version.workspace = true
version.workspace = true

[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "crates/katex-header.html"]
rustdoc-args = ["--html-in-header", "katex-header.html"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
1 change: 1 addition & 0 deletions crates/ekore/katex-header.toml

0 comments on commit b7df850

Please sign in to comment.