-
Notifications
You must be signed in to change notification settings - Fork 113
Exceptions for setting html_root_url and documentation to docs.rs #78
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Some points against docs.rs in https://github.com/onur/docs.rs/issues/125#issuecomment-301208170. |
Since https://github.com/onur/docs.rs/pull/131 docs.rs is automatically setting html_root_url for crates and it's dependencies. I think Also docs.rs now supports building non-default features. |
Why was C-HTML-ROOT was re-added in b36cc0d? It seems that it's not needed anymore. Should it just be re-removed now? |
It still makes a difference for |
The main one I know of is docs.rs only supports documenting the default feature set: https://github.com/onur/docs.rs/issues/29.
Dependency on system libraries may also be a problem.
The text was updated successfully, but these errors were encountered: