-
Notifications
You must be signed in to change notification settings - Fork 402
Failure generating documentation with multiple lightning
libraries
#689
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
Comments
Are docs built as part of CI? I couldn't find it in the build script anywhere but seems like an easy add. |
Ah I never use cargo doc. I just stepped out but I think the fix is just replace the lib name in lightning-c-bindings/Cargo.toml and then update the scripts that specify a binary name. Maybe liblightningbindings or liblightningc or libldk? |
I suppose not :). doctests are run as a part of cargo test, but I guess cargo doc can fail in interesting ways. |
This should fix lightningdevkit#689.
Should be fixed in #688. |
This should fix lightningdevkit#689.
This should fix lightningdevkit#689.
Seeing the following failure after #618 was merged.
Workaround is to use
cargo doc -p lightning
.The text was updated successfully, but these errors were encountered: