Is it possible to generate crate documentation that does not rely on JavaScript?

When browsing documentation for large crates, for example generated peripheral access crates from svd2rust, it is not uncommon that a page takes up to ~2 seconds to render all information. I've also had my browser hang on me when opening up some crate documentation. Is it possible to generate documentation that does not rely on scripts to render static content?

It is possible to disable scripts in the browser but then all documentation isn't rendered and the search functionality is disabled.

1 Like

As for me disabling javascript neihter disables rendering, nor searching.

WHAT!? This is new for me. There was a version where javascript was not required. This has changed... I'm mad

Maybe I'm just dumb? Let me investigate ^^

It is not.