Skip to content
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

host rustdocs for librustc and so forth on forge #42359

Closed
nikomatsakis opened this Issue Jun 1, 2017 · 3 comments

Comments

Projects
None yet
4 participants
@nikomatsakis
Copy link
Contributor

nikomatsakis commented Jun 1, 2017

It would be great to have the rustdocs for the compiler's crates hosted on forge to help with onboarding new contributors.

@mgattozzi

This comment has been minimized.

Copy link
Member

mgattozzi commented Jun 1, 2017

As I mentioned before I have a branch here that works and it's just a matter of tweaking travis to have the right tools to actually be able to build the compiler so it can make the docs. It should work after that's done. Then we can setup a cron job or something to run the master branch daily to update the docs.

@nikomatsakis nikomatsakis added the T-infra label Jun 1, 2017

@est31

This comment has been minimized.

Copy link
Contributor

est31 commented Jun 1, 2017

@steveklabnik

This comment has been minimized.

Copy link
Member

steveklabnik commented Jun 1, 2017

This is a duplicate of #29893

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.