Auto merge of #41700 - GuillaumeGomez:extend-css-stable, r=killercup

Set --extend-css stable

I think it's now time to set this option stable.

r? @rust-lang/docs
This commit is contained in:
bors
2017-05-25 04:38:53 +00:00

View File

@@ -178,9 +178,10 @@ pub fn opts() -> Vec<RustcOptGroup> {
stable(optopt("", "markdown-playground-url", stable(optopt("", "markdown-playground-url",
"URL to send code snippets to", "URL")), "URL to send code snippets to", "URL")),
stable(optflag("", "markdown-no-toc", "don't include table of contents")), stable(optflag("", "markdown-no-toc", "don't include table of contents")),
unstable(optopt("e", "extend-css", stable(optopt("e", "extend-css",
"to redefine some css rules with a given file to generate doc with your \ "To add some CSS rules with a given file to generate doc with your \
own theme", "PATH")), own theme. However, your theme might break if the rustdoc's generated HTML \
changes, so be careful!", "PATH")),
unstable(optmulti("Z", "", unstable(optmulti("Z", "",
"internal and debugging options (only on nightly build)", "FLAG")), "internal and debugging options (only on nightly build)", "FLAG")),
stable(optopt("", "sysroot", "Override the system root", "PATH")), stable(optopt("", "sysroot", "Override the system root", "PATH")),