diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-04-12 15:21:41 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-04-12 20:07:10 +0200 |
| commit | b76821b4de51fa79c4f593079679f63b7476f737 (patch) | |
| tree | f75214550750ad7e25075938e4c77aa68329f24e | |
| parent | 6bc6ea7a3e21b7cb33cb24c5c63c7d1125a3f1e9 (diff) | |
| download | rust-b76821b4de51fa79c4f593079679f63b7476f737.tar.gz rust-b76821b4de51fa79c4f593079679f63b7476f737.zip | |
Update rustdoc book content about `--extend-css` option
| -rw-r--r-- | src/doc/rustdoc/src/command-line-arguments.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/doc/rustdoc/src/command-line-arguments.md b/src/doc/rustdoc/src/command-line-arguments.md index 2a2e51b2f63..dfc80426372 100644 --- a/src/doc/rustdoc/src/command-line-arguments.md +++ b/src/doc/rustdoc/src/command-line-arguments.md @@ -320,10 +320,7 @@ $ rustdoc src/lib.rs --extend-css extra.css ``` With this flag, the contents of the files you pass are included at the bottom -of Rustdoc's `theme.css` file. - -While this flag is stable, the contents of `theme.css` are not, so be careful! -Updates may break your theme extensions. +of the `theme.css` file. ## `--sysroot`: override the system root |
