How-to guides: build process ============================ ⏩️ :doc:`Setup email notifications ` Email notifications can alert you when your builds fail. This is the most simple way to monitor your documentation builds, it only requires you to switch it on. ⏩️ :doc:`Setup webhook notifications ` Webhook notifications can alert you when your builds fail so you can take immediate action. We show examples of how to use the webhooks on popular platforms like Slack and Discord. ⏩️ :doc:`Configuring pull request builds ` Have your documentation built and access a preview for every :doc:`pull request builds `. ⏩️ :doc:`Using custom environment variables ` Extra environment variables, for instance secrets, may be needed in the build process and can be defined from the project's :term:`dashboard`. ⏩️ :doc:`Managing versions automatically ` Automating your versioning on Read the Docs means you only have to handle your versioning logic in Git. Learn how to define rules to automate creation of new versions on Read the Docs, entirely using your Git repository's version logic. .. seealso: :doc:`/builds` An overview and introduction to the build process. .. toctree:: :maxdepth: 1 :hidden: Setup email notifications Setup webhook notifications Configuring pull request builds Using custom environment variables Managing versions automatically