-
Notifications
You must be signed in to change notification settings - Fork 11
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
Documentation disaster is ahead #33
Comments
I guess the solution is to have a travis process that pushes to github automatically, but for now, I've just pushed the current master. Feel free to give me a push if it gets out of date again. |
Thanks. I will try to create an exemplary Sphinx project that contains both readable HTML site and sources in one branch. |
Will that solve anything though? Unless you're suggesting that the PRs have the source and the built HTML together? |
Different branches (or even repos), with travis responsible for syncing On Thu, Feb 11, 2016 at 1:01 AM, Matthew Brett notifications@github.com
Nathaniel J. Smith -- https://vorpus.org http://vorpus.org |
Yes. Edit the source, preview it locally and commit both.
Yes, but I have no idea how that is set up. |
There's probably some less terse explanation of how this works somewhere, (or the matplotlib folks are probably happy to explain more, they're On Thu, Feb 11, 2016 at 1:20 AM, anatoly techtonik <notifications@github.com
Nathaniel J. Smith -- https://vorpus.org http://vorpus.org |
That's a good example. I don't think explanation is necessary - just some time to read where to configure Travis deploy key and why to encrypt it. If the key appears to be present on Travis site only. |
The key that has write access to github is stored in the .travis.yml file
|
Check to see if local .travis.yml works. See mingwpy#33 (comment)
Now somebody needs to enable Travis for this repository |
Check to see if local .travis.yml works. See mingwpy#33 (comment)
I see that my commit is not online 95c41f6
And the day somebody decides to follow the README.md to push it will probably kill other changes that are alive.
The solution is to merge changes from the
source
branch, kill it and setup Sphinx to regenerate HTML inmaster
from _sources/ without overwriting them.The text was updated successfully, but these errors were encountered: