Skip to content

Commit

Permalink
Try to fix continuous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobjpeters committed Jun 14, 2024
1 parent 5c6b357 commit c67d139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 2 additions & 3 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@ typst`compile input.typ output.pdf`
- Default `auto::Mode`?
- Automatically determine the Typst syntactic context
- Use a tree-sitter grammar or jll package
- Documenter.jl
- Backend
- Docstrings
- Documenter.jl backend and docstrings
- Requires Typst to [output HTML](https://github.com/typst/typst/issues/114)
- Implement Typst formatting for more types
- `Base`
- `AbstractDict`
Expand Down
5 changes: 0 additions & 5 deletions src/commands.jl
Original file line number Diff line number Diff line change
Expand Up @@ -319,11 +319,6 @@ See also [`TypstCommand`](@ref).
!!! info
If the Typst compiler throws an error, it will be printed to `stderr`.
Then, a Julia [`TypstError`](@ref) will be thrown unless the [`ignorestatus`](@ref) flag is set.
# Examples
```jldoctest
julia> run(typst`compile input.typ output.pdf`);
```
"""
function run(tc::TypstCommand, args...; kwargs...)
process = run(ignorestatus(Cmd(`$(tc.compiler) $(tc.parameters)`)), args...; kwargs...)
Expand Down

0 comments on commit c67d139

Please sign in to comment.