File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 run : make examples && typst compile docs/paper/reductions.typ book/reductions.pdf
4747
4848 - name : Build rustdoc
49- run : cargo doc --all-features --no-deps
49+ run : RUSTDOCFLAGS="--default-theme=dark" cargo doc --all-features --no-deps
5050
5151 - name : Combine documentation
5252 run : |
Original file line number Diff line number Diff line change 4848 cargo run --example export_graph
4949 cp docs/paper/reduction_graph.json docs/src/reductions/
5050 mdbook build docs
51- cargo doc --all-features --no-deps
51+ RUSTDOCFLAGS= " --default-theme=dark " cargo doc --all-features --no-deps
5252 rm -rf docs/book/api
5353 cp -r target/doc docs/book/api
5454
5555# Build and serve mdBook with API docs
5656mdbook :
5757 cargo run --example export_graph
5858 cp docs/paper/reduction_graph.json docs/src/reductions/
59- cargo doc --all-features --no-deps
59+ RUSTDOCFLAGS= " --default-theme=dark " cargo doc --all-features --no-deps
6060 mdbook build
6161 rm -rf book/api
6262 cp -r target/doc book/api
You can’t perform that action at this time.
0 commit comments