Skip to content

Commit

Permalink
Rollup merge of rust-lang#41700 - GuillaumeGomez:extend-css-stable, r…
Browse files Browse the repository at this point in the history
…=killercup

Set --extend-css stable

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

r? @rust-lang/docs
  • Loading branch information
Mark-Simulacrum authored May 25, 2017
2 parents 5b13bff + b4d594f commit 006eca4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/librustdoc/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,10 @@ pub fn opts() -> Vec<RustcOptGroup> {
stable(optopt("", "markdown-playground-url",
"URL to send code snippets to", "URL")),
stable(optflag("", "markdown-no-toc", "don't include table of contents")),
unstable(optopt("e", "extend-css",
"to redefine some css rules with a given file to generate doc with your \
own theme", "PATH")),
stable(optopt("e", "extend-css",
"To add some CSS rules with a given file to generate doc with your \
own theme. However, your theme might break if the rustdoc's generated HTML \
changes, so be careful!", "PATH")),
unstable(optmulti("Z", "",
"internal and debugging options (only on nightly build)", "FLAG")),
stable(optopt("", "sysroot", "Override the system root", "PATH")),
Expand Down

0 comments on commit 006eca4

Please sign in to comment.