Preview documentation from pull requests ======================================== Your project can be configured to build and host 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 the version 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. .. figure:: /_static/images/github-build-status-reporting.gif :align: center :alt: GitHub build status reporting for pull requests. :figwidth: 80% GitHub build status reporting Warning banner A warning banner is shown at the top of documentation pages to let readers know that this version isn't the main version for the project. .. note:: Warning banners are available only for :doc:`Sphinx projects `. .. seealso:: :doc:`/guides/pull-requests` A guide to configuring pull request builds on Read the Docs.