Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

Sample project doesn't work in latest Ubuntu #229

Open
sophiajt opened this issue Feb 23, 2018 · 2 comments
Open

Sample project doesn't work in latest Ubuntu #229

sophiajt opened this issue Feb 23, 2018 · 2 comments

Comments

@sophiajt
Copy link

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?

@euclio
Copy link
Contributor

euclio commented Feb 23, 2018

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 sophiajt changed the title Doesn't seem to work? Sample project doesn't work in latest Ubuntu Feb 23, 2018
@sophiajt
Copy link
Author

Looks like it works on macOS but not in the Ubuntu install I have.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants