-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Switch back to Sphinx. #2267
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
Switch back to Sphinx. #2267
Conversation
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
ad6c065 to
5b435a9
Compare
|
CLAs look good, thanks! |
scripts/get_version.py
Outdated
| """Simple script to get the gcloud version.""" | ||
|
|
||
| from pkg_resources import get_distribution | ||
| print get_distribution('google-cloud').version |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| GH_PAGES_DIR="ghpages" | ||
| git submodule add -b gh-pages \ | ||
| "https://${GH_OAUTH_TOKEN}@github.com/${GH_OWNER}/${GH_PROJECT_NAME}" \ | ||
| ${GH_PAGES_DIR} |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
15aa2fb to
4d2d64c
Compare
|
CLAs look good, thanks! |
cdf61fb to
8fa007d
Compare
|
That's weird, github timed out for appveyor? Build started
git clone -q https://github.com/GoogleCloudPlatform/google-cloud-python.git C:\projects\google-cloud-python
git fetch -q origin +refs/pull/2267/merge:
fatal: unable to access 'https://github.com/GoogleCloudPlatform/google-cloud-python.git/': Failed to connect to github.com port 443: Timed out
Command exited with code 128 |
|
Don't worry about going Green for AppVeyor on a PR. I turned that off earlier today (the default webhook setting is to send for a push to master AND on a PR, but I set it to just push). |
|
OK thanks! Let me know if this looks good to you. |
scripts/update_docs.sh
Outdated
| # Also update the versions file. | ||
| ../.tox/docs/bin/python ../scripts/update_versions.py | ||
| # Update the files which were updated in the release. | ||
| git add versions.html versions.json |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
Remove all versions related files, since they aren't used by the template. (See my comment in-line in the bash script.) |
|
LGTM pending Travis. Squash commits if you please? |
f86dac6 to
a177e3b
Compare
|
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
a177e3b to
9d8a26e
Compare
|
CLAs look good, thanks! |
|
Is the CLA bot busted? Keeps weighing in when you'd expect it to be happy already |
|
It rechecks whenever a push or comment occurs. On Thu, Sep 8, 2016, 1:16 PM Danny Hermes notifications@github.com wrote:
|
|
So there's a few things happening. Whenever I run the |
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Switching back to Sphinx.
We will need to update the index.html on the
gh-pagesbranch I believe to make this work.@dhermes I'm not sure where the content for the index.html files in
latest/andstable/get generated from. They have the wrong example code in them.Testing: http://daspecster.github.io/google-cloud-python