build-docs.sh 310 B

1234
  1. #!/bin/sh
  2. # Builds the docs for this repo. Open "target/docs/doc/README.html" in a browser to view them.
  3. # NOTE: This script must be run from the "./doc" subdirectory of the repo.
  4. RUSTDOCFLAGS="--index-page $PWD/../README.md -Zunstable-options --markdown-css $PWD/rust.css --markdown-no-toc" cargo +nightly doc