Skip to content

Commit 6c452be

Browse files
committed
Remove numbers all together from not_found.html
1 parent 1cede0b commit 6c452be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mk/docs.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ DOC_TARGETS += doc/not_found.html
169169
doc/not_found.html: $(D)/not_found.md $(HTML_DEPS) | doc/
170170
@$(call E, rustdoc: $@)
171171
$(Q)$(RUSTDOC) $(RUSTDOC_HTML_OPTS_NO_CSS) \
172+
--markdown-no-toc \
172173
--markdown-css http://doc.rust-lang.org/rust.css $<
173174

174175
define DEF_DOC

0 commit comments

Comments
 (0)