Pull request previews
Your project can be configured to build and preview documentation for every new pull request. Previewing changes during review makes it easier to catch formatting and display issues before they go live.
Features
- Build on pull request events
We create and build a new version when a pull request is opened, and rebuild it whenever a new commit is pushed.
- Build status report
Your project’s pull request build status will show as one of your pull request’s checks. This status will update as the build is running, and will show a success or failure status when the build completes.
- Pull request notifications
A pull request notifications is shown at the top of preview pages, which let readers know they aren’t viewing an active version of the project.
- DocDiff
DocDiff shows proposed changes by visually highlighting the differences between the current pull request and the latest version of the project’s documentation.
Press
d
to toggle between DocDiff and normal pull request preview.
See also
- How to configure pull request builds
A guide to configuring pull request builds on Read the Docs.
Security
If pull request previews are enabled for your project,
anyone who can open a pull request on your repository will be able to trigger a build of your documentation.
For this reason, pull request previews are served from a different domain than your main documentation
(org.readthedocs.build
and com.readthedocs.build
).
Builds from pull requests have access to environment variables that are marked as Public only, if you have environment variables with private information, make sure they aren’t marked as Public. See Environment variables and build process for more information.
On Read the Docs for Business you can set pull request previews to be private or public, If you didn’t import your project manually and your repository is public, the privacy level of pull request previews will be set to Public. Public pull request previews are available to anyone with the link to the preview, while private previews are only available to users with access to the Read the Docs project.
Warning
If you set the privacy level of pull request previews to Private, make sure that only trusted users can open pull requests in your repository.
Setting pull request previews to private on a public repository can allow a malicious user to access read-only APIs using the user’s session that is reading the pull request preview. Similar to GHSA-pw32-ffxw-68rh.