-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs.rs documentation is not avaiable #27
Comments
Is there a way to know that only the docs are being generated? Maybe then we could do something dummy in build.rs |
I don't know how to solve this problem. I guess installing Qt on the build environment is not an option. I wonder how other crates that have dependencies do it... |
I've left a comment on the docs.rs issue, maybe they'll provide the Qt libraries in the build environment. You can detect that docs.rs is running by telling it to enable a special feature (see https://docs.rs/about). cc rust-lang/docs.rs#147 |
Hopefully this will fix it: mystor/rust-cpp#57 |
Well, that did not work :-( Second: even then it would not work because it appears that the |
After more trial-error, i was able to get the documentation working: https://docs.rs/qmetaobject/0.1.2/qmetaobject/ |
Awesome! Thanks a lot for your efforts @ogoffart |
The docs.rs project is unable to build the documentation for qmetaobject: https://docs.rs/crate/qmetaobject/0.0.5/builds/135061.
Probably because Qt is not installed in the build environment there. Is there a way to get this working?
The text was updated successfully, but these errors were encountered: