-
Notifications
You must be signed in to change notification settings - Fork 51
Publish to GitHub Pages #135
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Check it out:
- HEAD: https://pythongssapi.github.io/python-gssapi/latest/
- Stable: https://pythongssapi.github.io/python-gssapi/stable
Currently doing a test release (tagged v1.2.4-alpha.1), and then once this materged we can tag v1.2.4 proper.
Release mechanics look good:
- https://github.com/pythongssapi/python-gssapi/releases/tag/v1.2.4-alpha.1
- https://pypi.org/project/gssapi/1.2.4a1/
- https://pythongssapi.github.io/python-gssapi/latest/
- https://pythongssapi.github.io/python-gssapi/stable/
Let me see why the build failed. Possibly a docs race?
ah, the centos install failed on the PR build (mirror issue), but passed on the tag build. This loosk good to go.
The version of the Sphinx RTD theme that we were using was missing a font file in all but the beta version. We explicitly ask for the beta version to solve this issue.
The old pythonhosted.org docs hosting is deprecated now, so we needed a new hosting site. Unfortunately, RTD can't handle our use cases (customizations, requiring C libraries). Instead, we use GitHub pages. Every push to master (or an `infra/` branch for testing) will push documentation to the `/latest` subdirectory of the gh-pages site, while every tag build will push to the `/stable` directory.
@DirectXMan12
DirectXMan12
force-pushed
the
infra/github-pages-docs
branch
from
November 30, 2017 20:10
7e6773a
to
3d7c9a5
Compare
frozencemetery
frozencemetery
approved these changes
Nov 30, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commit switches our docs publishing over to GitHub pages,
since publishing to pythonhosted.org is now deprecated.
Every push to master (or an
infra/
branch for testing) will pushdocumentation to the
/latest
subdirectory of the gh-pages site,while every tag build will push to the
/stable
directory.