Skip to content

Commit

Permalink
Update to mdbook 0.2.1 (rust-lang-nursery#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHinshelwood authored and AndyGauge committed Oct 10, 2018
1 parent 45b2243 commit fbcaca6
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cd rust-cookbook
Cookbook is built with [mdBook], so install that first with Cargo:

```
cargo install --version 0.1.8 mdbook
cargo install mdbook --vers "0.2.1"
```

To build and view the cookbook locally, run:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you'd like to read it locally:
```bash
$ git clone https://github.com/rust-lang-nursery/rust-cookbook
$ cd rust-cookbook
$ cargo install mdbook --vers "0.1.8"
$ cargo install mdbook --vers "0.2.1"
$ mdbook serve --open
```

Expand Down
2 changes: 1 addition & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ src = "src"
[output.html]
mathjax-support = false
theme = "theme"
additional-css = ["theme/custom.css"]
additional-css = ["src/theme/custom.css"]

[output.html.playpen]
editable = false
Expand Down
2 changes: 1 addition & 1 deletion ci/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if [[ "${CONTENT_TESTS:-}" == 1 ]]; then
pyenv local 3.6.0
pip3 install --user link-checker==0.1.0
fi
cargo install mdbook --vers '0.1.8' --debug
cargo install mdbook --vers '0.2.1' --debug
fi

exit 0
File renamed without changes.
File renamed without changes.

0 comments on commit fbcaca6

Please sign in to comment.