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

Publish documentation for the master branch of all Servo-maintained crates #12433

Closed
Ms2ger opened this issue Jul 13, 2016 · 3 comments
Closed

Publish documentation for the master branch of all Servo-maintained crates #12433

Ms2ger opened this issue Jul 13, 2016 · 3 comments

Comments

@Ms2ger
Copy link
Contributor

@Ms2ger Ms2ger commented Jul 13, 2016

Right now, we have documentation on doc.servo.org for servo/servo master, and all dependencies, at whatever version master is using. This is useful, but if we want other people to use our crates, we should publish the most current documentation for them, even if we've not updated Servo to use the most current version.

We already do this for rust-url. It would be good to do that for all our crates.

Possible things to consider: https://github.com/huonw/travis-cargo; https://crates.fyi/crates/

@aneeshusa
Copy link
Member

@aneeshusa aneeshusa commented Jul 13, 2016

The way this is done in rust-url is uploading from Travis using an encrypted env var. See its .travis.yml for the dispatch and its Makefile for the actual doc creation + upload code.

travis-cargo seems to use the same flow but includes other things we don't need, so I'd like to avoid the extra dependency for now.

@nox
Copy link
Member

@nox nox commented Oct 4, 2017

Do we really need this, now we have docs.rs?

@nox
Copy link
Member

@nox nox commented Oct 4, 2017

Let's close it.

@nox nox closed this Oct 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.