-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add page generation for pull request #121
Comments
This is a little tricky because if a page isn't accessible from a parent it's a warning, and setting all warnings as errors would fail a few existing pages. Maybe this is a good opportunity to fix some of the missing links. I'll proceed with cleaning up the docs in a different PR, but https://stackoverflow.com/questions/33896196/how-to-test-the-validity-of-your-sphinx-documentation will be what makes up the basis for "make test". Edit:
|
If I'm understanding correctly, I think the question is about having a PR preview feature similar to what is offered by Read the Docs, which allows one to preview site changes directly in pull requests, so that a local build is not needed to preview changes? If so, maybe something like Netlify would be a good solution here? |
yes, that's exactly it
Only if this is not too complicated to put in place. The feature is not sooooo needed, as it's not the end of the world to build locally or to publish, and then fix later on (although this is not great practice) |
Ooooh! That makes perfect sense, thanks @nullnik-0 !! |
@namgo and I have been talking. I've reassigned this task to myself and will look into the Netlify solution a bit more when I get a chance. |
in SCT (and many other projects) we have the documentation built, that we can check on the pull request, without having to build the site locally on our computer. Example (see last check):
Would it be possible to implement such feature also for this repository?
The text was updated successfully, but these errors were encountered: