-
Notifications
You must be signed in to change notification settings - Fork 4
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
Generated Docset doesn't "load" when running on stable #14
Comments
Funnily enough, if I use vim to open the local |
Thank you for the report, I will take a look at this tomorrow. |
Sorry, took a bit longer than I would have liked to get to it. I just tried rebuilding cargo-docset with the latest stable and generating a docset for tokio and opening it in Zeal, it seems to work, so we have a different behaviour between Zeal and Dash. I had the same hunch as you did and figured it must be some javascript not running. That's where it gets weird, even when disabling all javascript it my browser, I get something more complete than that. I still think this is JS related, but... Weird. The only idea I have is this. I haven't needed it so far, but please try removing the docset from dash, adding the line |
Yep. Adding the Good catch! Thanks |
Okay, will add the entry and publish a new release shortly. Thank you :) |
Weirdly enough I have the same issue even with the js fix applied, but on Zeal(git master). For a struct, the methods and traits sections are not rendered. And for the traits pages, there is this "Loading Content" message. But if I just right-click to open with desktop browser they fully show up. The crate tested was: ws-rs, perhaps you can test it on your side? Upon some investigation, I renamed rustdoc.css on The rust docs available for download on zeal have the |
Sorry, I've been AWOL for a 'little' while and just noticed this. I'll try and verify this in the coming days. |
I can indeed verify this using Zeal v0.6.1, and renaming rustdoc.css indeed gets the section to render (although it mangles the document pretty bad). I'll search for a workaround. |
This seems to be fixed in Zeal master 🎉 Most likely fixed by zealdocs/zeal#1125. |
Describe the bug
After installing the created docset and visiting any page, the documentation is either missing or displays a
Loading Content...
indicatorTo Reproduce
I've tried running
cargo docset --all
at the root of my workspace onstable
(1.40). Same thing happens if I try to generate docsets for individual projects (withcargo docset
)Expected behavior
The full documentation should be displayed
Screenshots


Desktop (please complete the following information):
Additional context
Not context, just a comment: Thanks for your work on this. Let me know if I can assist in fixing
The text was updated successfully, but these errors were encountered: