Skip to content

rustbuild: doc fixes #34801

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

Merged
merged 3 commits into from
Jul 15, 2016
Merged

rustbuild: doc fixes #34801

merged 3 commits into from
Jul 15, 2016

Conversation

TimNN
Copy link
Contributor

@TimNN TimNN commented Jul 13, 2016

This fixes two issues rustbuild currently has when building documentation:

  1. It fixes standalone builds of doc-test and doc-rustc.
  2. It actually builds the compiler docs if requested in the config.

Closes #34275.

@alexcrichton
Copy link
Member

@bors: r+ 3c0c663

Thanks!

@bors
Copy link
Collaborator

bors commented Jul 15, 2016

⌛ Testing commit 3c0c663 with merge b6c1ef3...

bors added a commit that referenced this pull request Jul 15, 2016
rustbuild: doc fixes

This fixes two issues rustbuild currently has when building documentation:

1. It fixes standalone builds of `doc-test` and `doc-rustc`.
2. It actually builds the compiler docs if requested in the config.

Closes #34275.
@bors bors merged commit 3c0c663 into rust-lang:master Jul 15, 2016
@TimNN TimNN deleted the rustbuild-doc-fixes branch July 15, 2016 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bootstrap.py --stage {1,2} --step doc-rustc fails
3 participants