-
Notifications
You must be signed in to change notification settings - Fork 477
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
Katex doc rendering #423
Comments
I was actually working on this last week and couldn't make the above work. The issue was it attempted to compile all the deps with the same flag, and obviously the deps don't have that path in their repo, so it quickly failed with a File Not Found. Did you manage to find a way around this? |
My test crate had no deps, so it didn't trigger that issue. However, the crate I linked does have deps and it works. (!) EDIT: After adding a dep to my test crate, I still got a successful docs.rs build. |
Neat! I'll give it a shot soon, then. |
I hadn't caught the distinction between
|
#439 fixes this and does it all in docs.rs and locally |
This was fixed via #439 |
I was recently trying to get Katex rendering on docs.rs for a crate I work on. Noticed this crate was able to get it working. It seems you can directly reference a file in your crate.
The text was updated successfully, but these errors were encountered: