Skip to content

Commit 00446ff

Browse files
committed
Update mdbook to 0.1.0, and disable section numbering.
1 parent 7b6cefe commit 00446ff

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ before_install:
77
- git --version
88
script:
99
- rev=$(git rev-parse --short HEAD)
10-
- (cargo install mdbook --vers 0.0.26 --force || true)
10+
- (cargo install mdbook --vers '^0.1.0' --force || true)
1111
- ./generate-book.sh
1212
- cd book
1313
- git init

book.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[output.html]
2+
no-section-label = true

0 commit comments

Comments
 (0)