about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2015-06-09 15:47:48 -0400
committerSteve Klabnik <steve@steveklabnik.com>2015-06-09 15:47:48 -0400
commit6c452bebc5432ff5da26746dbd397615f4b7a804 (patch)
treea9e00d94d920ab94bb0426c6fb8bd32a60d2b3f1
parent1cede0b0ef1d2747e9747a3f177ce83522d90a10 (diff)
Remove numbers all together from not_found.html
-rw-r--r--mk/docs.mk1
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