Closed
Description
When I view rustdoc-generated documents via file:// urls on my own system, the (I think cookie-based) mechanism for saving my doc theme preference does not work.
Can we please have a command-line option or config file setting or something, to change the default theme? (I guess it might be possible to do this with --extend-css
but that seems complicated and probably fragile too.)
I imagine implementing this would not be too hard even for someone unfamiliar with the rustdoc code, so I would be happy to do an MR if you like. I guess the right way would be a --default-theme
command line option?