Skip to content

Add new --extend-css option to rustdoc #32223

Closed
@GuillaumeGomez

Description

@GuillaumeGomez
Member

The purpose of this option is to provide a css-file to rustdoc while it's generating documentation to refine some css rule. For example, if you want to have a dark-theme for the generated doc, you'll provide a css file which replaces css rules defined in this file.

> rustdoc --extend-css dark.css your_project

cc @brson

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @GuillaumeGomez

        Issue actions

          Add new --extend-css option to rustdoc · Issue #32223 · rust-lang/rust