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

Inconsistent docs #3

Open
apasel422 opened this issue Jul 10, 2015 · 2 comments
Open

Inconsistent docs #3

apasel422 opened this issue Jul 10, 2015 · 2 comments

Comments

@apasel422
Copy link
Contributor

Not sure if this was intentional, but the nightly Travis build generates the docs without the nightly features enabled:

    - cargo doc --no-deps
after_success: |
    [ "$TRAVIS_RUST_VERSION" = nightly ] &&

I don't know if we want to host the stable docs or the nightly docs, but the configuration should be changed to the following, regardless:

    - cargo doc --no-deps $FEATURES
@Gankra
Copy link
Contributor

Gankra commented Jul 10, 2015

ah-aaaa right we don't have stability features... I guess I would publish the nightly docs...? Gonna cause confusion though.

@apasel422
Copy link
Contributor Author

I'll leave it to you to decide, but we should at least build the docs with the correct features. I'll edit the file directly.

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

No branches or pull requests

2 participants