You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2020. It is now read-only.
On a lark, I decided to give rustdoc2 a spin and see where things are. I followed the steps in the docs, but they don't seem to work:
> cargo build --all --release
> cargo run --release --bin rustdoc -- --manifest-path=example/Cargo.toml open
Finished release [optimized] target(s) in 0.0 secs
Running `target/release/rustdoc --manifest-path=example/Cargo.toml open`
gio: file:///home/jonathan/Source/rustdoc/example/target/doc/example/index.html: Error when getting information for file “/home/jonathan/Source/rustdoc/example/target/doc/example/index.html”: No such file or directory
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
Hm, that path looks suspicious. You should be able to open example/target/doc/index.html directly as a workaround.
Note there are some unresolved issues with the default frontend, so if you have more trouble you might want to try out my custom frontend here: https://github.com/euclio/rustdoc-static.
sophiajt
changed the title
Doesn't seem to work?
Sample project doesn't work in latest Ubuntu
Feb 23, 2018
On a lark, I decided to give rustdoc2 a spin and see where things are. I followed the steps in the docs, but they don't seem to work:
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: