stdweb icon indicating copy to clipboard operation
stdweb copied to clipboard

docs.rs fails to build version 0.4.9...

Open bspeice opened this issue 7 years ago • 2 comments

...it appears that a PATH_SEPARATOR environment variable is missing: https://docs.rs/crate/stdweb/0.4.9/builds/114493

bspeice avatar Sep 08 '18 02:09 bspeice

I think this is due to docs.rs not ever running build scripts.

Perhaps we could remove the dependency on the build script for documentation?

daboross avatar Sep 08 '18 21:09 daboross

This is a known issue. It should be fixed on master, I think. (I don't really have any way to test it out besides publishing a crate.)

koute avatar Sep 08 '18 21:09 koute