diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-06-09 15:47:48 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-06-09 15:47:48 -0400 |
| commit | 6c452bebc5432ff5da26746dbd397615f4b7a804 (patch) | |
| tree | a9e00d94d920ab94bb0426c6fb8bd32a60d2b3f1 | |
| parent | 1cede0b0ef1d2747e9747a3f177ce83522d90a10 (diff) | |
Remove numbers all together from not_found.html
| -rw-r--r-- | mk/docs.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/docs.mk b/mk/docs.mk index f3fa4fd908c..8cf86a051d8 100644 --- a/mk/docs.mk +++ b/mk/docs.mk @@ -169,6 +169,7 @@ DOC_TARGETS += doc/not_found.html doc/not_found.html: $(D)/not_found.md $(HTML_DEPS) | doc/ @$(call E, rustdoc: $@) $(Q)$(RUSTDOC) $(RUSTDOC_HTML_OPTS_NO_CSS) \ + --markdown-no-toc \ --markdown-css http://doc.rust-lang.org/rust.css $< define DEF_DOC |
